Html Css Color HEX #187760 Deep Sea

📋 copy color: '#187760'

red 24 ◦ green 119 ◦ blue 96

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

Shades of Deep Sea #187760

Tints of Deep Sea #187760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.79%

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

R = 10.04%
G = 49.79%
B = 40.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#187760 (or 0x187760) is known color: Deep Sea. HEX triplet: 18, 77 and 60. RGB value is (24,119,96). Sum of RGB (Red+Green+Blue) = 24+119+96=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #187760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187760 is #E7889F. Grayscale: #575757. Windows color (decimal): -15173792 or 6321944. OLE color: 6321944.

HSL color Cylindrical-coordinate representation of color #187760: hue angle of 165.47º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187760 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 119 96 -
CMYK 0.80 0 0.19 0.53
HSL 165.47º 0.66% 0.28% -
HSV(B) 165.47º 0.8% 0.47% -
XYZ 9.08 14.23 13.33 -
YUV 87.97 132.53 82.37 -
System Red Green Blue C M Y K H S L
Decimal 24 119 96 0.80 0 0.19 0.53 165.47 0.66 0.28
Hex 18 77 60 50 0 13 35 A5 42 1C
Octal 30 167 140 120 0 23 65 245 102 34
Binary 11000 1110111 1100000 1010000 0 10011 110101 10100101 1000010 11100

Color Harmonies of #187760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187760

Black with #187760

Text Example


Text Example

White with #187760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187760; }

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

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

background-color css

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

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

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

border-color css

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

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

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