#187960

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

Shades of Deep Sea #187960

Tints of Deep Sea #187960

Color information

#187960 (or 0x187960) is unknown color: approx Deep Sea. HEX triplet: 18, 79 and 60. RGB value is (24,121,96). Sum of RGB (Red+Green+Blue) = 24+121+96=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #187960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187960 is #E7869F. Grayscale: #595959. Windows color (decimal): -15173280 or 6322456. OLE color: 6322456.

HSL color Cylindrical-coordinate representation of color #187960: hue angle of 164.54º degrees, saturation: 0.67, 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 #187960 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB2412196-
CMYK0.8000.210.53
HSL164.54º66.9%28.43%-
HSV(B)164.54º80.17%47.45%-
XYZ9.3314.7113.41-
YUV89.15131.8681.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=9.96%
G=50.21%
B=39.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24121960.8000.210.53164.5466.928.43
Hex1879605001535a5431c
Octal301711401200256524510334
Binary1100011110011100000101000001010111010110100101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187960; }

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

 H1.HeaderClassName
 {
   color: #187960;
 }
 .AnyTagClassName
 {
   color: #187960;
 }
</style>
background-color css

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

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

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

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

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

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