#187865

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

Shades of Deep Sea #187865

Tints of Deep Sea #187865

Color information

#187865 (or 0x187865) is unknown color: approx Deep Sea. HEX triplet: 18, 78 and 65. RGB value is (24,120,101). Sum of RGB (Red+Green+Blue) = 24+120+101=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #187865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187865 is #E7879A. Grayscale: #595959. Windows color (decimal): -15173531 or 6649880. OLE color: 6649880.

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

Color convert

RGB24120101-
CMYK0.800.160.53
HSL168.12º66.67%28.24%-
HSV(B)168.12º80%47.06%-
XYZ9.4414.5714.63-
YUV89.13134.781.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.80%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 101 (39.84% from 255) = 41.22%
R=9.80%
G=48.98%
B=41.22%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal241201010.800.160.53168.1266.6728.24
Hex1878655001035a8431c
Octal301701451200206525010334
Binary1100011110001100101101000001000011010110101000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187865; }

 p { color: rgb(24,120,101); }

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

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

 a { background-color: rgb(24,120,101); }

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

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

 span { border-color: rgb(24,120,101); }

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