#152D37

Color #152D37 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #152D37

Tints of Tangaroa #152D37

Color information

#152D37 (or 0x152D37) is unknown color: approx Tangaroa. HEX triplet: 15, 2D and 37. RGB value is (21,45,55). Sum of RGB (Red+Green+Blue) = 21+45+55=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #152D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D37 is #EAD2C8. Grayscale: #262626. Windows color (decimal): -15389385 or 3616021. OLE color: 3616021.

HSL color Cylindrical-coordinate representation of color #152D37: hue angle of 197.65º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #152D37 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB214555-
CMYK0.620.1800.78
HSL197.65º44.74%14.9%-
HSV(B)197.65º61.82%21.57%-
XYZ1.942.313.96-
YUV38.96137.05115.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 45 (17.97% from 255) = 37.19%
BLUE value IS 55 (21.88% from 255) = 45.45%
R=17.36%
G=37.19%
B=45.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2145550.620.1800.78197.6544.7414.9
Hex152D373E1204Ec62df
Octal255567762201163065517
Binary101011011011101111111101001001001110110001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152D37; }

 p { color: rgb(21,45,55); }

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

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

 a { background-color: rgb(21,45,55); }

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

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

 span { border-color: rgb(21,45,55); }

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