Html Css Color HEX #107866 Deep Sea

📋 copy color: '#107866'

red 16 ◦ green 120 ◦ blue 102

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

Shades of Deep Sea #107866

Tints of Deep Sea #107866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.42%

 BLUE value IS 102 (40.23% from 255) = 42.86%

R = 6.72%
G = 50.42%
B = 42.86%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#107866 (or 0x107866) is known color: Deep Sea. HEX triplet: 10, 78 and 66. RGB value is (16,120,102). Sum of RGB (Red+Green+Blue) = 16+120+102=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #107866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107866 is #EF8799. Grayscale: #565656. Windows color (decimal): -15697818 or 6715408. OLE color: 6715408.

HSL color Cylindrical-coordinate representation of color #107866: hue angle of 169.62º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107866 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 120 102 -
CMYK 0.87 0 0.15 0.53
HSL 169.62º 0.76% 0.27% -
HSV(B) 169.62º 0.87% 0.47% -
XYZ 9.33 14.5 14.88 -
YUV 86.85 136.54 77.46 -
System Red Green Blue C M Y K H S L
Decimal 16 120 102 0.87 0 0.15 0.53 169.62 0.76 0.27
Hex 10 78 66 57 0 F 35 AA 4C 1B
Octal 20 170 146 127 0 17 65 252 114 33
Binary 10000 1111000 1100110 1010111 0 1111 110101 10101010 1001100 11011

Color Harmonies of #107866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107866

Black with #107866

Text Example


Text Example

White with #107866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107866; }

 p { color: rgb(16,120,102); }

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

background-color css

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

 a { background-color: rgb(16,120,102); }

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

border-color css

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

 span { border-color: rgb(16,120,102); }

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