#2FAEBB

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

Shades of Pelorous #2FAEBB

Tints of Pelorous #2FAEBB

Color information

#2FAEBB (or 0x2FAEBB) is unknown color: approx Pelorous. HEX triplet: 2F, AE and BB. RGB value is (47,174,187). Sum of RGB (Red+Green+Blue) = 47+174+187=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #2FAEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAEBB is #D05144. Grayscale: #898989. Windows color (decimal): -13652293 or 12299823. OLE color: 12299823.

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

Color convert

RGB47174187-
CMYK0.750.0700.27
HSL185.57º59.83%45.88%-
HSV(B)185.57º74.87%73.33%-
XYZ25.2834.4652.33-
YUV137.51155.9263.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.52%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=11.52%
G=42.65%
B=45.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471741870.750.0700.27185.5759.8345.88
Hex2FAEBB4B701Bba3c2e
Octal5725627311370332727456
Binary1011111010111010111011100101111101101110111010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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