#2FABBA

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

Shades of Pelorous #2FABBA

Tints of Pelorous #2FABBA

Color information

#2FABBA (or 0x2FABBA) is unknown color: approx Pelorous. HEX triplet: 2F, AB and BA. RGB value is (47,171,186). Sum of RGB (Red+Green+Blue) = 47+171+186=404 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.63% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #2FABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FABBA is #D05445. Grayscale: #878787. Windows color (decimal): -13653062 or 12233519. OLE color: 12233519.

HSL color Cylindrical-coordinate representation of color #2FABBA: hue angle of 186.47º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FABBA is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB47171186-
CMYK0.750.0800.27
HSL186.47º59.66%45.69%-
HSV(B)186.47º74.73%72.94%-
XYZ24.633.2851.58-
YUV135.63156.4264.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.63%
GREEN value IS 171 (67.19% from 255) = 42.33%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=11.63%
G=42.33%
B=46.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471711860.750.0800.27186.4759.6645.69
Hex2FABBA4B801Bba3c2e
Octal57253272113100332727456
Binary10111110101011101110101001011100001101110111010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,171,186); }

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

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

 a { background-color: rgb(47,171,186); }

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

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

 span { border-color: rgb(47,171,186); }

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