#2BAEBA

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

Shades of Light Sea Green #2BAEBA

Tints of Light Sea Green #2BAEBA

Color information

#2BAEBA (or 0x2BAEBA) is unknown color: approx Light Sea Green. HEX triplet: 2B, AE and BA. RGB value is (43,174,186). Sum of RGB (Red+Green+Blue) = 43+174+186=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #2BAEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAEBA is #D45145. Grayscale: #888888. Windows color (decimal): -13914438 or 12234283. OLE color: 12234283.

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

Color convert

RGB43174186-
CMYK0.770.0600.27
HSL185.03º62.45%44.9%-
HSV(B)185.03º76.88%72.94%-
XYZ2534.3351.76-
YUV136.2156.161.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.67%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=10.67%
G=43.18%
B=46.15%

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
Decimal431741860.770.0600.27185.0362.4544.9
Hex2BAEBA4D601Bb93e2d
Octal5325627211560332717655
Binary1010111010111010111010100110111001101110111001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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