Html Css Color HEX #2BAEAA Light Sea Green

📋 copy color: '#2BAEAA'

red 43 ◦ green 174 ◦ blue 170

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

Shades of Light Sea Green #2BAEAA

Tints of Light Sea Green #2BAEAA

RGB

 RED value IS 43 (17.19% from 255) = 11.11%

 GREEN value IS 174 (68.36% from 255) = 44.96%

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 11.11%
G = 44.96%
B = 43.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#2BAEAA (or 0x2BAEAA) is known color: Light Sea Green. HEX triplet: 2B, AE and AA. RGB value is (43,174,170). Sum of RGB (Red+Green+Blue) = 43+174+170=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAEAA is #D45155. Grayscale: #868686. Windows color (decimal): -13914454 or 11185707. OLE color: 11185707.

HSL color Cylindrical-coordinate representation of color #2BAEAA: hue angle of 178.17º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAEAA is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 174 170 -
CMYK 0.75 0 0.02 0.32
HSL 178.17º 0.6% 0.43% -
HSV(B) 178.17º 0.75% 0.68% -
XYZ 23.39 33.69 43.3 -
YUV 134.38 148.1 62.83 -
System Red Green Blue C M Y K H S L
Decimal 43 174 170 0.75 0 0.02 0.32 178.17 0.6 0.43
Hex 2B AE AA 4B 0 2 20 B2 3C 2B
Octal 53 256 252 113 0 2 40 262 74 53
Binary 101011 10101110 10101010 1001011 0 10 100000 10110010 111100 101011

Color Harmonies of #2BAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAEAA

Black with #2BAEAA

Text Example


Text Example

White with #2BAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2BAEAA;
 }
 .AnyTagClassName
 {
   color: #2BAEAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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