#187760

Color #187760 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #187760

Tints of Deep Sea #187760

Color information

#187760 (or 0x187760) is unknown color: approx 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

RGB2411996-
CMYK0.8000.190.53
HSL165.47º66.43%28.04%-
HSV(B)165.47º79.83%46.67%-
XYZ9.0814.2313.33-
YUV87.97132.5382.37-

RGB Variations

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

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 (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24119960.8000.190.53165.4766.4328.04
Hex1877605001335a5421c
Octal301671401200236524510234
Binary1100011101111100000101000001001111010110100101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>