#2FA5B4

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

Shades of Pelorous #2FA5B4

Tints of Pelorous #2FA5B4

Color information

#2FA5B4 (or 0x2FA5B4) is unknown color: approx Pelorous. HEX triplet: 2F, A5 and B4. RGB value is (47,165,180). Sum of RGB (Red+Green+Blue) = 47+165+180=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #2FA5B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA5B4 is #D05A4B. Grayscale: #838383. Windows color (decimal): -13654604 or 11838767. OLE color: 11838767.

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

Color convert

RGB47165180-
CMYK0.740.0800.29
HSL186.77º58.59%44.51%-
HSV(B)186.77º73.89%70.59%-
XYZ22.8730.8147.92-
YUV131.43155.4167.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.99%
GREEN value IS 165 (64.84% from 255) = 42.09%
BLUE value IS 180 (70.70% from 255) = 45.92%
R=11.99%
G=42.09%
B=45.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471651800.740.0800.29186.7758.5944.51
Hex2FA5B44A801Dbb3b2d
Octal57245264112100352737355
Binary10111110100101101101001001010100001110110111011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,165,180); }

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

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

 a { background-color: rgb(47,165,180); }

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

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

 span { border-color: rgb(47,165,180); }

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