#2AAEBE

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

Shades of Pelorous #2AAEBE

Tints of Pelorous #2AAEBE

Color information

#2AAEBE (or 0x2AAEBE) is unknown color: approx Pelorous. HEX triplet: 2A, AE and BE. RGB value is (42,174,190). Sum of RGB (Red+Green+Blue) = 42+174+190=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #2AAEBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAEBE is #D55141. Grayscale: #888888. Windows color (decimal): -13979970 or 12496426. OLE color: 12496426.

HSL color Cylindrical-coordinate representation of color #2AAEBE: hue angle of 186.49º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AAEBE is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB42174190-
CMYK0.780.0800.25
HSL186.49º63.79%45.49%-
HSV(B)186.49º77.89%74.51%-
XYZ25.3934.4854.03-
YUV136.36158.2760.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.34%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=10.34%
G=42.86%
B=46.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421741900.780.0800.25186.4963.7945.49
Hex2AAEBE4E8019ba402d
Octal522562761161003127210055
Binary101010101011101011111010011101000011001101110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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