#2A99AE

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

Shades of Pelorous #2A99AE

Tints of Pelorous #2A99AE

Color information

#2A99AE (or 0x2A99AE) is unknown color: approx Pelorous. HEX triplet: 2A, 99 and AE. RGB value is (42,153,174). Sum of RGB (Red+Green+Blue) = 42+153+174=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A99AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A99AE is #D56651. Grayscale: #7A7A7A. Windows color (decimal): -13985362 or 11442474. OLE color: 11442474.

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

Color convert

RGB42153174-
CMYK0.760.1200.32
HSL189.55º61.11%42.35%-
HSV(B)189.55º75.86%68.24%-
XYZ19.9926.3344.07-
YUV122.2157.2370.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.38%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=11.38%
G=41.46%
B=47.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421531740.760.1200.32189.5561.1142.35
Hex2A99AE4CC020be3d2a
Octal52231256114140402767552
Binary101010100110011010111010011001100010000010111110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,153,174); }

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

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

 a { background-color: rgb(42,153,174); }

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

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

 span { border-color: rgb(42,153,174); }

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