#2FB5AF

Color #2FB5AF Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2FB5AF

Tints of Light Sea Green #2FB5AF

Color information

#2FB5AF (or 0x2FB5AF) is unknown color: approx Light Sea Green. HEX triplet: 2F, B5 and AF. RGB value is (47,181,175). Sum of RGB (Red+Green+Blue) = 47+181+175=403 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.66% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB5AF is #D04A50. Grayscale: #8C8C8C. Windows color (decimal): -13650513 or 11515183. OLE color: 11515183.

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

Color convert

RGB47181175-
CMYK0.7400.030.29
HSL177.31º58.77%44.71%-
HSV(B)177.31º74.03%70.98%-
XYZ25.4336.7546.31-
YUV140.25147.6161.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.66%
GREEN value IS 181 (71.09% from 255) = 44.91%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=11.66%
G=44.91%
B=43.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471811750.7400.030.29177.3158.7744.71
Hex2FB5AF4A031Db13b2d
Octal5726525711203352617355
Binary101111101101011010111110010100111110110110001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,181,175); }

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

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

 a { background-color: rgb(47,181,175); }

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

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

 span { border-color: rgb(47,181,175); }

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