Html Css Color HEX #108472 Deep Sea

📋 copy color: '#108472'

red 16 ◦ green 132 ◦ blue 114

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

Shades of Deep Sea #108472

Tints of Deep Sea #108472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.38%

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

R = 6.11%
G = 50.38%
B = 43.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#108472 (or 0x108472) is known color: Deep Sea. HEX triplet: 10, 84 and 72. RGB value is (16,132,114). Sum of RGB (Red+Green+Blue) = 16+132+114=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #108472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108472 is #EF7B8D. Grayscale: #5F5F5F. Windows color (decimal): -15694734 or 7504912. OLE color: 7504912.

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

Color convert

RGB 16 132 114 -
CMYK 0.88 0 0.14 0.48
HSL 170.69º 0.78% 0.29% -
HSV(B) 170.69º 0.88% 0.52% -
XYZ 11.5 17.83 18.75 -
YUV 95.26 138.57 71.46 -
System Red Green Blue C M Y K H S L
Decimal 16 132 114 0.88 0 0.14 0.48 170.69 0.78 0.29
Hex 10 84 72 58 0 E 30 AB 4E 1D
Octal 20 204 162 130 0 16 60 253 116 35
Binary 10000 10000100 1110010 1011000 0 1110 110000 10101011 1001110 11101

Color Harmonies of #108472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108472

Black with #108472

Text Example


Text Example

White with #108472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108472; }

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

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

background-color css

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

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

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

border-color css

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

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

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