Html Css Color HEX #10875D Deep Sea

📋 copy color: '#10875D'

red 16 ◦ green 135 ◦ blue 93

#10875D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #10875D

Tints of Deep Sea #10875D

RGB

 RED value IS 16 (6.64% from 255) = 6.56%

 GREEN value IS 135 (53.13% from 255) = 55.33%

 BLUE value IS 93 (36.72% from 255) = 38.11%

R = 6.56%
G = 55.33%
B = 38.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#10875D (or 0x10875D) is known color: Deep Sea. HEX triplet: 10, 87 and 5D. RGB value is (16,135,93). Sum of RGB (Red+Green+Blue) = 16+135+93=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #10875D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10875D is #EF78A2. Grayscale: #5E5E5E. Windows color (decimal): -15693987 or 6129424. OLE color: 6129424.

HSL color Cylindrical-coordinate representation of color #10875D: hue angle of 158.82º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10875D is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 135 93 -
CMYK 0.88 0 0.31 0.47
HSL 158.82º 0.79% 0.3% -
HSV(B) 158.82º 0.88% 0.53% -
XYZ 10.85 18.23 13.3 -
YUV 94.63 127.08 71.92 -
System Red Green Blue C M Y K H S L
Decimal 16 135 93 0.88 0 0.31 0.47 158.82 0.79 0.3
Hex 10 87 5D 58 0 1F 2F 9F 4F 1E
Octal 20 207 135 130 0 37 57 237 117 36
Binary 10000 10000111 1011101 1011000 0 11111 101111 10011111 1001111 11110

Color Harmonies of #10875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10875D

Black with #10875D

Text Example


Text Example

White with #10875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10875D; }

 p { color: rgb(16,135,93); }

 H1.HeaderClassName
 {
   color: #10875D;
 }
 .AnyTagClassName
 {
   color: #10875D;
 }
</style>

background-color css

<style>
 a { background-color: #10875D; }

 a { background-color: rgb(16,135,93); }

 div.DivClassName
 {
   background-color: #10875D;
 }
 .BgClassName
 {
   background-color: #10875D;
 }
</style>

border-color css

<style>
 span { border-color: #10875D; }

 span { border-color: rgb(16,135,93); }

 td.TdClassName
 {
   border-color: #10875D;
 }
 .TagClassName
 {
   border-color: #10875D;
 }
</style>