Html Css Color HEX #107766 Deep Sea

📋 copy color: '#107766'

red 16 ◦ green 119 ◦ blue 102

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

Shades of Deep Sea #107766

Tints of Deep Sea #107766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.21%

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

R = 6.75%
G = 50.21%
B = 43.04%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#107766 (or 0x107766) is known color: Deep Sea. HEX triplet: 10, 77 and 66. RGB value is (16,119,102). Sum of RGB (Red+Green+Blue) = 16+119+102=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #107766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107766 is #EF8899. Grayscale: #565656. Windows color (decimal): -15698074 or 6715152. OLE color: 6715152.

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

Color convert

RGB 16 119 102 -
CMYK 0.87 0 0.14 0.53
HSL 170.1º 0.76% 0.26% -
HSV(B) 170.1º 0.87% 0.47% -
XYZ 9.21 14.26 14.84 -
YUV 86.27 136.88 77.88 -
System Red Green Blue C M Y K H S L
Decimal 16 119 102 0.87 0 0.14 0.53 170.1 0.76 0.26
Hex 10 77 66 57 0 E 35 AA 4C 1A
Octal 20 167 146 127 0 16 65 252 114 32
Binary 10000 1110111 1100110 1010111 0 1110 110101 10101010 1001100 11010

Color Harmonies of #107766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107766

Black with #107766

Text Example


Text Example

White with #107766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107766; }

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

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

background-color css

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

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

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

border-color css

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

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

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