#2FACBA

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

Shades of Pelorous #2FACBA

Tints of Pelorous #2FACBA

Color information

#2FACBA (or 0x2FACBA) is unknown color: approx Pelorous. HEX triplet: 2F, AC and BA. RGB value is (47,172,186). Sum of RGB (Red+Green+Blue) = 47+172+186=405 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.60% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #2FACBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FACBA is #D05345. Grayscale: #888888. Windows color (decimal): -13652806 or 12233775. OLE color: 12233775.

HSL color Cylindrical-coordinate representation of color #2FACBA: hue angle of 186.04º 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 #2FACBA is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB47172186-
CMYK0.750.0800.27
HSL186.04º59.66%45.69%-
HSV(B)186.04º74.73%72.94%-
XYZ24.7933.6551.64-
YUV136.22156.0964.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.60%
GREEN value IS 172 (67.58% from 255) = 42.47%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=11.60%
G=42.47%
B=45.93%

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
Decimal471721860.750.0800.27186.0459.6645.69
Hex2FACBA4B801Bba3c2e
Octal57254272113100332727456
Binary10111110101100101110101001011100001101110111010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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