#2FADBA

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

Shades of Pelorous #2FADBA

Tints of Pelorous #2FADBA

Color information

#2FADBA (or 0x2FADBA) is unknown color: approx Pelorous. HEX triplet: 2F, AD and BA. RGB value is (47,173,186). Sum of RGB (Red+Green+Blue) = 47+173+186=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #2FADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FADBA is #D05245. Grayscale: #888888. Windows color (decimal): -13652550 or 12234031. OLE color: 12234031.

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

Color convert

RGB47173186-
CMYK0.750.0700.27
HSL185.61º59.66%45.69%-
HSV(B)185.61º74.73%72.94%-
XYZ24.9834.0451.71-
YUV136.81155.7663.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.58%
GREEN value IS 173 (67.97% from 255) = 42.61%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=11.58%
G=42.61%
B=45.81%

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
Decimal471731860.750.0700.27185.6159.6645.69
Hex2FADBA4B701Bba3c2e
Octal5725527211370332727456
Binary1011111010110110111010100101111101101110111010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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