#188461

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

Shades of Deep Sea #188461

Tints of Deep Sea #188461

Color information

#188461 (or 0x188461) is unknown color: approx Deep Sea. HEX triplet: 18, 84 and 61. RGB value is (24,132,97). Sum of RGB (Red+Green+Blue) = 24+132+97=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #188461 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188461 is #E77B9E. Grayscale: #5F5F5F. Windows color (decimal): -15170463 or 6390808. OLE color: 6390808.

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

Color convert

RGB2413297-
CMYK0.8200.270.48
HSL160.56º69.23%30.59%-
HSV(B)160.56º81.82%51.76%-
XYZ10.7917.5614.13-
YUV95.72128.7276.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.49%
GREEN value IS 132 (51.95% from 255) = 52.17%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=9.49%
G=52.17%
B=38.34%

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
Decimal24132970.8200.270.48160.5669.2330.59
Hex1884615201B30a1451f
Octal302041411220336024110537
Binary11000100001001100001101001001101111000010100001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188461; }

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

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

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

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

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

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

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

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