#2FAAB5

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

Shades of Pelorous #2FAAB5

Tints of Pelorous #2FAAB5

Color information

#2FAAB5 (or 0x2FAAB5) is unknown color: approx Pelorous. HEX triplet: 2F, AA and B5. RGB value is (47,170,181). Sum of RGB (Red+Green+Blue) = 47+170+181=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 181 - color contains mainly: blue. Hex color #2FAAB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAAB5 is #D0554A. Grayscale: #868686. Windows color (decimal): -13653323 or 11905583. OLE color: 11905583.

HSL color Cylindrical-coordinate representation of color #2FAAB5: hue angle of 184.93º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FAAB5 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB47170181-
CMYK0.740.0600.29
HSL184.93º58.77%44.71%-
HSV(B)184.93º74.03%70.98%-
XYZ23.8932.6948.77-
YUV134.48154.2565.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.81%
GREEN value IS 170 (66.80% from 255) = 42.71%
BLUE value IS 181 (71.09% from 255) = 45.48%
R=11.81%
G=42.71%
B=45.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471701810.740.0600.29184.9358.7744.71
Hex2FAAB54A601Db93b2d
Octal5725226511260352717355
Binary1011111010101010110101100101011001110110111001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,170,181); }

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

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

 a { background-color: rgb(47,170,181); }

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

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

 span { border-color: rgb(47,170,181); }

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