#2FA8B4

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

Shades of Pelorous #2FA8B4

Tints of Pelorous #2FA8B4

Color information

#2FA8B4 (or 0x2FA8B4) is unknown color: approx Pelorous. HEX triplet: 2F, A8 and B4. RGB value is (47,168,180). Sum of RGB (Red+Green+Blue) = 47+168+180=395 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.90% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #2FA8B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA8B4 is #D0574B. Grayscale: #858585. Windows color (decimal): -13653836 or 11839535. OLE color: 11839535.

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

Color convert

RGB47168180-
CMYK0.740.0700.29
HSL185.41º58.59%44.51%-
HSV(B)185.41º73.89%70.59%-
XYZ23.4131.948.1-
YUV133.19154.4166.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.90%
GREEN value IS 168 (66.02% from 255) = 42.53%
BLUE value IS 180 (70.70% from 255) = 45.57%
R=11.90%
G=42.53%
B=45.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471681800.740.0700.29185.4158.5944.51
Hex2FA8B44A701Db93b2d
Octal5725026411270352717355
Binary1011111010100010110100100101011101110110111001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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