#187964

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

Shades of Deep Sea #187964

Tints of Deep Sea #187964

Color information

#187964 (or 0x187964) is unknown color: approx Deep Sea. HEX triplet: 18, 79 and 64. RGB value is (24,121,100). Sum of RGB (Red+Green+Blue) = 24+121+100=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #187964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187964 is #E7869B. Grayscale: #595959. Windows color (decimal): -15173276 or 6584600. OLE color: 6584600.

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

Color convert

RGB24121100-
CMYK0.8000.170.53
HSL167.01º66.9%28.43%-
HSV(B)167.01º80.17%47.45%-
XYZ9.5114.7914.41-
YUV89.6133.8681.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.80%
GREEN value IS 121 (47.66% from 255) = 49.39%
BLUE value IS 100 (39.45% from 255) = 40.82%
R=9.80%
G=49.39%
B=40.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal241211000.8000.170.53167.0166.928.43
Hex1879645001135a7431c
Octal301711441200216524710334
Binary1100011110011100100101000001000111010110100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187964; }

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

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

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

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

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

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

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

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