Html Css Color HEX #107960 Deep Sea

📋 copy color: '#107960'

red 16 ◦ green 121 ◦ blue 96

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

Shades of Deep Sea #107960

Tints of Deep Sea #107960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.2%

R = 6.87%
G = 51.93%
B = 41.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#107960 (or 0x107960) is known color: Deep Sea. HEX triplet: 10, 79 and 60. RGB value is (16,121,96). Sum of RGB (Red+Green+Blue) = 16+121+96=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #107960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107960 is #EF869F. Grayscale: #565656. Windows color (decimal): -15697568 or 6322448. OLE color: 6322448.

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

Color convert

RGB 16 121 96 -
CMYK 0.87 0 0.21 0.53
HSL 165.71º 0.77% 0.27% -
HSV(B) 165.71º 0.87% 0.47% -
XYZ 9.16 14.63 13.41 -
YUV 86.76 133.21 77.53 -
System Red Green Blue C M Y K H S L
Decimal 16 121 96 0.87 0 0.21 0.53 165.71 0.77 0.27
Hex 10 79 60 57 0 15 35 A6 4D 1B
Octal 20 171 140 127 0 25 65 246 115 33
Binary 10000 1111001 1100000 1010111 0 10101 110101 10100110 1001101 11011

Color Harmonies of #107960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107960

Black with #107960

Text Example


Text Example

White with #107960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107960; }

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

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

background-color css

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

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

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

border-color css

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

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

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