Html Css Color HEX #108372 Deep Sea

📋 copy color: '#108372'

red 16 ◦ green 131 ◦ blue 114

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

Shades of Deep Sea #108372

Tints of Deep Sea #108372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.68%

R = 6.13%
G = 50.19%
B = 43.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#108372 (or 0x108372) is known color: Deep Sea. HEX triplet: 10, 83 and 72. RGB value is (16,131,114). Sum of RGB (Red+Green+Blue) = 16+131+114=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #108372 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108372 is #EF7C8D. Grayscale: #5E5E5E. Windows color (decimal): -15694990 or 7504656. OLE color: 7504656.

HSL color Cylindrical-coordinate representation of color #108372: hue angle of 171.13º 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 #108372 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 131 114 -
CMYK 0.88 0 0.13 0.49
HSL 171.13º 0.78% 0.29% -
HSV(B) 171.13º 0.88% 0.51% -
XYZ 11.37 17.56 18.71 -
YUV 94.68 138.9 71.88 -
System Red Green Blue C M Y K H S L
Decimal 16 131 114 0.88 0 0.13 0.49 171.13 0.78 0.29
Hex 10 83 72 58 0 D 31 AB 4E 1D
Octal 20 203 162 130 0 15 61 253 116 35
Binary 10000 10000011 1110010 1011000 0 1101 110001 10101011 1001110 11101

Color Harmonies of #108372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108372

Black with #108372

Text Example


Text Example

White with #108372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108372; }

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

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

background-color css

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

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

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

border-color css

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

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

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