#188466

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

Shades of Deep Sea #188466

Tints of Deep Sea #188466

Color information

#188466 (or 0x188466) is unknown color: approx Deep Sea. HEX triplet: 18, 84 and 66. RGB value is (24,132,102). Sum of RGB (Red+Green+Blue) = 24+132+102=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #188466 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188466 is #E77B99. Grayscale: #606060. Windows color (decimal): -15170458 or 6718488. OLE color: 6718488.

HSL color Cylindrical-coordinate representation of color #188466: hue angle of 163.33º 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 #188466 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB24132102-
CMYK0.8200.230.48
HSL163.33º69.23%30.59%-
HSV(B)163.33º81.82%51.76%-
XYZ11.0317.6615.4-
YUV96.29131.2276.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.30%
GREEN value IS 132 (51.95% from 255) = 51.16%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=9.30%
G=51.16%
B=39.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal241321020.8200.230.48163.3369.2330.59
Hex1884665201730a3451f
Octal302041461220276024310537
Binary11000100001001100110101001001011111000010100011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188466; }

 p { color: rgb(24,132,102); }

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

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

 a { background-color: rgb(24,132,102); }

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

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

 span { border-color: rgb(24,132,102); }

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