Html Css Color HEX #108370 Deep Sea

📋 copy color: '#108370'

red 16 ◦ green 131 ◦ blue 112

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

Shades of Deep Sea #108370

Tints of Deep Sea #108370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.58%

 BLUE value IS 112 (44.14% from 255) = 43.24%

R = 6.18%
G = 50.58%
B = 43.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#108370 (or 0x108370) is known color: Deep Sea. HEX triplet: 10, 83 and 70. RGB value is (16,131,112). Sum of RGB (Red+Green+Blue) = 16+131+112=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #108370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108370 is #EF7C8F. Grayscale: #5E5E5E. Windows color (decimal): -15694992 or 7373584. OLE color: 7373584.

HSL color Cylindrical-coordinate representation of color #108370: hue angle of 170.09º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108370 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 131 112 -
CMYK 0.88 0 0.15 0.49
HSL 170.09º 0.78% 0.29% -
HSV(B) 170.09º 0.88% 0.51% -
XYZ 11.25 17.51 18.12 -
YUV 94.45 137.9 72.04 -
System Red Green Blue C M Y K H S L
Decimal 16 131 112 0.88 0 0.15 0.49 170.09 0.78 0.29
Hex 10 83 70 58 0 F 31 AA 4E 1D
Octal 20 203 160 130 0 17 61 252 116 35
Binary 10000 10000011 1110000 1011000 0 1111 110001 10101010 1001110 11101

Color Harmonies of #108370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108370

Black with #108370

Text Example


Text Example

White with #108370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108370; }

 p { color: rgb(16,131,112); }

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

background-color css

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

 a { background-color: rgb(16,131,112); }

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

border-color css

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

 span { border-color: rgb(16,131,112); }

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