#188465

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

Shades of Deep Sea #188465

Tints of Deep Sea #188465

Color information

#188465 (or 0x188465) is unknown color: approx Deep Sea. HEX triplet: 18, 84 and 65. RGB value is (24,132,101). Sum of RGB (Red+Green+Blue) = 24+132+101=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #188465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188465 is #E77B9A. Grayscale: #606060. Windows color (decimal): -15170459 or 6652952. OLE color: 6652952.

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

Color convert

RGB24132101-
CMYK0.8200.230.48
HSL162.78º69.23%30.59%-
HSV(B)162.78º81.82%51.76%-
XYZ10.9817.6415.14-
YUV96.17130.7276.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.34%
GREEN value IS 132 (51.95% from 255) = 51.36%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=9.34%
G=51.36%
B=39.30%

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
Decimal241321010.8200.230.48162.7869.2330.59
Hex1884655201730a3451f
Octal302041451220276024310537
Binary11000100001001100101101001001011111000010100011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188465; }

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

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

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

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

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

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

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

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