Html Css Color HEX #187060 Deep Sea

📋 copy color: '#187060'

red 24 ◦ green 112 ◦ blue 96

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

Shades of Deep Sea #187060

Tints of Deep Sea #187060

RGB

 RED value IS 24 (9.77% from 255) = 10.34%

 GREEN value IS 112 (44.14% from 255) = 48.28%

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

R = 10.34%
G = 48.28%
B = 41.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#187060 (or 0x187060) is known color: Deep Sea. HEX triplet: 18, 70 and 60. RGB value is (24,112,96). Sum of RGB (Red+Green+Blue) = 24+112+96=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #187060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187060 is #E78F9F. Grayscale: #535353. Windows color (decimal): -15175584 or 6320152. OLE color: 6320152.

HSL color Cylindrical-coordinate representation of color #187060: hue angle of 169.09º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187060 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 112 96 -
CMYK 0.79 0 0.14 0.56
HSL 169.09º 0.65% 0.27% -
HSV(B) 169.09º 0.79% 0.44% -
XYZ 8.28 12.63 13.07 -
YUV 83.86 134.85 85.3 -
System Red Green Blue C M Y K H S L
Decimal 24 112 96 0.79 0 0.14 0.56 169.09 0.65 0.27
Hex 18 70 60 4F 0 E 38 A9 41 1B
Octal 30 160 140 117 0 16 70 251 101 33
Binary 11000 1110000 1100000 1001111 0 1110 111000 10101001 1000001 11011

Color Harmonies of #187060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187060

Black with #187060

Text Example


Text Example

White with #187060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187060; }

 p { color: rgb(24,112,96); }

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

background-color css

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

 a { background-color: rgb(24,112,96); }

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

border-color css

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

 span { border-color: rgb(24,112,96); }

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