#187868

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

Shades of Deep Sea #187868

Tints of Deep Sea #187868

Color information

#187868 (or 0x187868) is unknown color: approx Deep Sea. HEX triplet: 18, 78 and 68. RGB value is (24,120,104). Sum of RGB (Red+Green+Blue) = 24+120+104=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #187868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187868 is #E78797. Grayscale: #595959. Windows color (decimal): -15173528 or 6846488. OLE color: 6846488.

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

Color convert

RGB24120104-
CMYK0.800.130.53
HSL170º66.67%28.24%-
HSV(B)170º80%47.06%-
XYZ9.5914.6315.41-
YUV89.47136.281.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=9.68%
G=48.39%
B=41.94%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal241201040.800.130.5317066.6728.24
Hex187868500D35aa431c
Octal301701501200156525210334
Binary110001111000110100010100000110111010110101010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187868; }

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

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

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

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

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

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

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

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