#2A96AB

Color #2A96AB Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2A96AB

Tints of Pelorous #2A96AB

Color information

#2A96AB (or 0x2A96AB) is unknown color: approx Pelorous. HEX triplet: 2A, 96 and AB. RGB value is (42,150,171). Sum of RGB (Red+Green+Blue) = 42+150+171=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A96AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A96AB is #D56954. Grayscale: #777777. Windows color (decimal): -13986133 or 11245098. OLE color: 11245098.

HSL color Cylindrical-coordinate representation of color #2A96AB: hue angle of 189.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A96AB is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB42150171-
CMYK0.750.1200.33
HSL189.77º60.56%41.76%-
HSV(B)189.77º75.44%67.06%-
XYZ19.2125.2542.39-
YUV120.1156.7272.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.57%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=11.57%
G=41.32%
B=47.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421501710.750.1200.33189.7760.5641.76
Hex2A96AB4BC021be3d2a
Octal52226253113140412767552
Binary101010100101101010101110010111100010000110111110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A96AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A96AB; }

 p { color: rgb(42,150,171); }

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

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

 a { background-color: rgb(42,150,171); }

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

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

 span { border-color: rgb(42,150,171); }

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