#2FA4AE

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

Shades of Pelorous #2FA4AE

Tints of Pelorous #2FA4AE

Color information

#2FA4AE (or 0x2FA4AE) is unknown color: approx Pelorous. HEX triplet: 2F, A4 and AE. RGB value is (47,164,174). Sum of RGB (Red+Green+Blue) = 47+164+174=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #2FA4AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA4AE is #D05B51. Grayscale: #828282. Windows color (decimal): -13654866 or 11445295. OLE color: 11445295.

HSL color Cylindrical-coordinate representation of color #2FA4AE: hue angle of 184.72º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FA4AE is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB47164174-
CMYK0.730.0600.32
HSL184.72º57.47%43.33%-
HSV(B)184.72º72.99%68.24%-
XYZ22.0930.2144.71-
YUV130.16152.7468.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.21%
GREEN value IS 164 (64.45% from 255) = 42.60%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=12.21%
G=42.60%
B=45.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal471641740.730.0600.32184.7257.4743.33
Hex2FA4AE496020b9392b
Octal5724425611160402717153
Binary10111110100100101011101001001110010000010111001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,164,174); }

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

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

 a { background-color: rgb(47,164,174); }

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

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

 span { border-color: rgb(47,164,174); }

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