#188271

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

Shades of Deep Sea #188271

Tints of Deep Sea #188271

Color information

#188271 (or 0x188271) is unknown color: approx Deep Sea. HEX triplet: 18, 82 and 71. RGB value is (24,130,113). Sum of RGB (Red+Green+Blue) = 24+130+113=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #188271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188271 is #E77D8E. Grayscale: #606060. Windows color (decimal): -15170959 or 7438872. OLE color: 7438872.

HSL color Cylindrical-coordinate representation of color #188271: hue angle of 170.38º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188271 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB24130113-
CMYK0.8200.130.49
HSL170.38º68.83%30.2%-
HSV(B)170.38º81.54%50.98%-
XYZ11.3417.3518.37-
YUV96.37137.3876.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 130 (51.17% from 255) = 48.69%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=8.99%
G=48.69%
B=42.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal241301130.8200.130.49170.3868.8330.2
Hex188271520D31aa451e
Octal302021611220156125210536
Binary1100010000010111000110100100110111000110101010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188271; }

 p { color: rgb(24,130,113); }

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

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

 a { background-color: rgb(24,130,113); }

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

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

 span { border-color: rgb(24,130,113); }

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