#2fa0ab

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

Shades of Pelorous #2FA0AB

Tints of Pelorous #2FA0AB

Color information

#2FA0AB (or 0x2FA0AB) is unknown color: approx Pelorous. HEX triplet: 2F, A0 and AB. RGB value is (47,160,171). Sum of RGB (Red+Green+Blue) = 47+160+171=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #2FA0AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA0AB is #D05F54. Grayscale: #7F7F7F. Windows color (decimal): -13655893 or 11247663. OLE color: 11247663.

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

Color convert

RGB47160171-
CMYK0.730.0600.33
HSL185.32º56.88%42.75%-
HSV(B)185.32º72.51%67.06%-
XYZ21.0928.6942.95-
YUV127.47152.5670.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.43%
GREEN value IS 160 (62.89% from 255) = 42.33%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=12.43%
G=42.33%
B=45.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471601710.730.0600.33185.3256.8842.75
Hex2FA0AB496021b9392b
Octal5724025311160412717153
Binary10111110100000101010111001001110010000110111001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fa0ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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