#188564

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

Shades of Deep Sea #188564

Tints of Deep Sea #188564

Color information

#188564 (or 0x188564) is unknown color: approx Deep Sea. HEX triplet: 18, 85 and 64. RGB value is (24,133,100). Sum of RGB (Red+Green+Blue) = 24+133+100=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #188564 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188564 is #E77A9B. Grayscale: #606060. Windows color (decimal): -15170204 or 6587672. OLE color: 6587672.

HSL color Cylindrical-coordinate representation of color #188564: hue angle of 161.83º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188564 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB24133100-
CMYK0.8200.250.48
HSL161.83º69.43%30.78%-
HSV(B)161.83º81.95%52.16%-
XYZ11.0617.8914.93-
YUV96.65129.8976.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.34%
GREEN value IS 133 (52.34% from 255) = 51.75%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=9.34%
G=51.75%
B=38.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal241331000.8200.250.48161.8369.4330.78
Hex1885645201930a2451f
Octal302051441220316024210537
Binary11000100001011100100101001001100111000010100010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188564; }

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

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

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

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

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

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

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

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