Html Css Color HEX #2BAEBA Light Sea Green

📋 copy color: '#2BAEBA'

red 43 ◦ green 174 ◦ blue 186

#2BAEBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #2BAEBA

Tints of Light Sea Green #2BAEBA

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 value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2BAEBA (or 0x2BAEBA) is known color: 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

RGB 43 174 186 -
CMYK 0.77 0.06 0 0.27
HSL 185.04º 0.62% 0.45% -
HSV(B) 185.04º 0.77% 0.73% -
XYZ 25 34.33 51.76 -
YUV 136.2 156.1 61.52 -
System Red Green Blue C M Y K H S L
Decimal 43 174 186 0.77 0.06 0 0.27 185.04 0.62 0.45
Hex 2B AE BA 4D 6 0 1B B9 3E 2D
Octal 53 256 272 115 6 0 33 271 76 55
Binary 101011 10101110 10111010 1001101 110 0 11011 10111001 111110 101101

Color Harmonies of #2BAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAEBA

Black with #2BAEBA

Text Example


Text Example

White with #2BAEBA

Text Example


Text Example

HTML Codes & Css Web 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>