Html Css Color HEX #107566 Deep Sea

📋 copy color: '#107566'

red 16 ◦ green 117 ◦ blue 102

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

Shades of Deep Sea #107566

Tints of Deep Sea #107566

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.79%

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

R = 6.81%
G = 49.79%
B = 43.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#107566 (or 0x107566) is known color: Deep Sea. HEX triplet: 10, 75 and 66. RGB value is (16,117,102). Sum of RGB (Red+Green+Blue) = 16+117+102=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #107566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107566 is #EF8A99. Grayscale: #555555. Windows color (decimal): -15698586 or 6714640. OLE color: 6714640.

HSL color Cylindrical-coordinate representation of color #107566: hue angle of 171.09º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107566 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 117 102 -
CMYK 0.86 0 0.13 0.54
HSL 171.09º 0.76% 0.26% -
HSV(B) 171.09º 0.86% 0.46% -
XYZ 8.97 13.79 14.76 -
YUV 85.09 137.54 78.72 -
System Red Green Blue C M Y K H S L
Decimal 16 117 102 0.86 0 0.13 0.54 171.09 0.76 0.26
Hex 10 75 66 56 0 D 36 AB 4C 1A
Octal 20 165 146 126 0 15 66 253 114 32
Binary 10000 1110101 1100110 1010110 0 1101 110110 10101011 1001100 11010

Color Harmonies of #107566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107566

Black with #107566

Text Example


Text Example

White with #107566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107566; }

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

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

background-color css

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

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

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

border-color css

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

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

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