#2FAEBE

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

Shades of Pelorous #2FAEBE

Tints of Pelorous #2FAEBE

Color information

#2FAEBE (or 0x2FAEBE) is unknown color: approx Pelorous. HEX triplet: 2F, AE and BE. RGB value is (47,174,190). Sum of RGB (Red+Green+Blue) = 47+174+190=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #2FAEBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAEBE is #D05141. Grayscale: #898989. Windows color (decimal): -13652290 or 12496431. OLE color: 12496431.

HSL color Cylindrical-coordinate representation of color #2FAEBE: hue angle of 186.71º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FAEBE is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB47174190-
CMYK0.750.0800.25
HSL186.71º60.34%46.47%-
HSV(B)186.71º75.26%74.51%-
XYZ25.634.5954.04-
YUV137.85157.4263.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.44%
GREEN value IS 174 (68.36% from 255) = 42.34%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=11.44%
G=42.34%
B=46.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471741900.750.0800.25186.7160.3446.47
Hex2FAEBE4B8019bb3c2e
Octal57256276113100312737456
Binary10111110101110101111101001011100001100110111011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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