Html Css Color HEX #107966 Deep Sea

📋 copy color: '#107966'

red 16 ◦ green 121 ◦ blue 102

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

Shades of Deep Sea #107966

Tints of Deep Sea #107966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.63%

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

R = 6.69%
G = 50.63%
B = 42.68%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#107966 (or 0x107966) is known color: Deep Sea. HEX triplet: 10, 79 and 66. RGB value is (16,121,102). Sum of RGB (Red+Green+Blue) = 16+121+102=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #107966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107966 is #EF8699. Grayscale: #575757. Windows color (decimal): -15697562 or 6715664. OLE color: 6715664.

HSL color Cylindrical-coordinate representation of color #107966: hue angle of 169.14º degrees, saturation: 0.77, 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 #107966 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 121 102 -
CMYK 0.87 0 0.16 0.53
HSL 169.14º 0.77% 0.27% -
HSV(B) 169.14º 0.87% 0.47% -
XYZ 9.45 14.74 14.92 -
YUV 87.44 136.21 77.04 -
System Red Green Blue C M Y K H S L
Decimal 16 121 102 0.87 0 0.16 0.53 169.14 0.77 0.27
Hex 10 79 66 57 0 10 35 A9 4D 1B
Octal 20 171 146 127 0 20 65 251 115 33
Binary 10000 1111001 1100110 1010111 0 10000 110101 10101001 1001101 11011

Color Harmonies of #107966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107966

Black with #107966

Text Example


Text Example

White with #107966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107966; }

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

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

background-color css

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

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

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

border-color css

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

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

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