#2BAFBA

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

Shades of Light Sea Green #2BAFBA

Tints of Light Sea Green #2BAFBA

Color information

#2BAFBA (or 0x2BAFBA) is unknown color: approx Light Sea Green. HEX triplet: 2B, AF and BA. RGB value is (43,175,186). Sum of RGB (Red+Green+Blue) = 43+175+186=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #2BAFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAFBA is #D45045. Grayscale: #888888. Windows color (decimal): -13914182 or 12234539. OLE color: 12234539.

HSL color Cylindrical-coordinate representation of color #2BAFBA: hue angle of 184.62º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BAFBA is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB43175186-
CMYK0.770.0600.27
HSL184.62º62.45%44.9%-
HSV(B)184.62º76.88%72.94%-
XYZ25.1934.7251.83-
YUV136.79155.7761.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.64%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=10.64%
G=43.32%
B=46.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431751860.770.0600.27184.6262.4544.9
Hex2BAFBA4D601Bb93e2d
Octal5325727211560332717655
Binary1010111010111110111010100110111001101110111001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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