#2bafa7

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

Shades of Light Sea Green #2BAFA7

Tints of Light Sea Green #2BAFA7

Color information

#2BAFA7 (or 0x2BAFA7) is unknown color: approx Light Sea Green. HEX triplet: 2B, AF and A7. RGB value is (43,175,167). Sum of RGB (Red+Green+Blue) = 43+175+167=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAFA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAFA7 is #D45058. Grayscale: #868686. Windows color (decimal): -13914201 or 10989355. OLE color: 10989355.

HSL color Cylindrical-coordinate representation of color #2BAFA7: hue angle of 176.36º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAFA7 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB43175167-
CMYK0.7500.050.31
HSL176.36º60.55%42.75%-
HSV(B)176.36º75.43%68.63%-
XYZ23.333.9641.89-
YUV134.62146.2762.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.17%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 167 (65.62% from 255) = 43.38%
R=11.17%
G=45.45%
B=43.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431751670.7500.050.31176.3660.5542.75
Hex2BAFA74B051Fb03d2b
Octal5325724711305372607553
Binary1010111010111110100111100101101011111110110000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bafa7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,175,167); }

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

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

 a { background-color: rgb(43,175,167); }

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

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

 span { border-color: rgb(43,175,167); }

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