#2BAFAA

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

Shades of Light Sea Green #2BAFAA

Tints of Light Sea Green #2BAFAA

Color information

#2BAFAA (or 0x2BAFAA) is unknown color: approx Light Sea Green. HEX triplet: 2B, AF and AA. RGB value is (43,175,170). Sum of RGB (Red+Green+Blue) = 43+175+170=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAFAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAFAA is #D45055. Grayscale: #868686. Windows color (decimal): -13914198 or 11185963. OLE color: 11185963.

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

Color convert

RGB43175170-
CMYK0.7500.030.31
HSL177.73º60.55%42.75%-
HSV(B)177.73º75.43%68.63%-
XYZ23.5834.0843.36-
YUV134.96147.7762.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.08%
GREEN value IS 175 (68.75% from 255) = 45.10%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=11.08%
G=45.10%
B=43.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431751700.7500.030.31177.7360.5542.75
Hex2BAFAA4B031Fb23d2b
Octal5325725211303372627553
Binary101011101011111010101010010110111111110110010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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