#2FADBF

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

Shades of Pelorous #2FADBF

Tints of Pelorous #2FADBF

Color information

#2FADBF (or 0x2FADBF) is unknown color: approx Pelorous. HEX triplet: 2F, AD and BF. RGB value is (47,173,191). Sum of RGB (Red+Green+Blue) = 47+173+191=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #2FADBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FADBF is #D05240. Grayscale: #898989. Windows color (decimal): -13652545 or 12561711. OLE color: 12561711.

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

Color convert

RGB47173191-
CMYK0.750.0900.25
HSL187.5º60.5%46.67%-
HSV(B)187.5º75.39%74.9%-
XYZ25.5234.2554.56-
YUV137.38158.2663.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.44%
GREEN value IS 173 (67.97% from 255) = 42.09%
BLUE value IS 191 (75% from 255) = 46.47%
R=11.44%
G=42.09%
B=46.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471731910.750.0900.25187.560.546.67
Hex2FADBF4B9019bc3d2f
Octal57255277113110312747557
Binary10111110101101101111111001011100101100110111100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,173,191); }

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

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

 a { background-color: rgb(47,173,191); }

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

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

 span { border-color: rgb(47,173,191); }

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