#188460

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

Shades of Deep Sea #188460

Tints of Deep Sea #188460

Color information

#188460 (or 0x188460) is unknown color: approx Deep Sea. HEX triplet: 18, 84 and 60. RGB value is (24,132,96). Sum of RGB (Red+Green+Blue) = 24+132+96=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #188460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188460 is #E77B9F. Grayscale: #5F5F5F. Windows color (decimal): -15170464 or 6325272. OLE color: 6325272.

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

Color convert

RGB2413296-
CMYK0.8200.270.48
HSL160º69.23%30.59%-
HSV(B)160º81.82%51.76%-
XYZ10.7417.5413.89-
YUV95.6128.2276.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.52%
GREEN value IS 132 (51.95% from 255) = 52.38%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=9.52%
G=52.38%
B=38.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24132960.8200.270.4816069.2330.59
Hex1884605201B30a0451f
Octal302041401220336024010537
Binary11000100001001100000101001001101111000010100000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188460; }

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

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

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

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

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

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

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

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