Html Css Color HEX #2BABAE Light Sea Green

📋 copy color: '#2BABAE'

red 43 ◦ green 171 ◦ blue 174

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

Shades of Light Sea Green #2BABAE

Tints of Light Sea Green #2BABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.07%

 BLUE value IS 174 (68.36% from 255) = 44.85%

R = 11.08%
G = 44.07%
B = 44.85%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2BABAE (or 0x2BABAE) is known color: Light Sea Green. HEX triplet: 2B, AB and AE. RGB value is (43,171,174). Sum of RGB (Red+Green+Blue) = 43+171+174=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #2BABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BABAE is #D45451. Grayscale: #848484. Windows color (decimal): -13915218 or 11447083. OLE color: 11447083.

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

Color convert

RGB 43 171 174 -
CMYK 0.75 0.02 0 0.32
HSL 181.37º 0.6% 0.43% -
HSV(B) 181.37º 0.75% 0.68% -
XYZ 23.2 32.7 45.13 -
YUV 133.07 151.09 63.76 -
System Red Green Blue C M Y K H S L
Decimal 43 171 174 0.75 0.02 0 0.32 181.37 0.6 0.43
Hex 2B AB AE 4B 2 0 20 B5 3C 2B
Octal 53 253 256 113 2 0 40 265 74 53
Binary 101011 10101011 10101110 1001011 10 0 100000 10110101 111100 101011

Color Harmonies of #2BABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BABAE

Black with #2BABAE

Text Example


Text Example

White with #2BABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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