Html Css Color HEX #2BAAB4 Light Sea Green

📋 copy color: '#2BAAB4'

red 43 ◦ green 170 ◦ blue 180

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

Shades of Light Sea Green #2BAAB4

Tints of Light Sea Green #2BAAB4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.26%

 BLUE value IS 180 (70.7% from 255) = 45.8%

R = 10.94%
G = 43.26%
B = 45.8%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2BAAB4 (or 0x2BAAB4) is known color: Light Sea Green. HEX triplet: 2B, AA and B4. RGB value is (43,170,180). Sum of RGB (Red+Green+Blue) = 43+170+180=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #2BAAB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAAB4 is #D4554B. Grayscale: #858585. Windows color (decimal): -13915468 or 11840043. OLE color: 11840043.

HSL color Cylindrical-coordinate representation of color #2BAAB4: hue angle of 184.38º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BAAB4 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 170 180 -
CMYK 0.76 0.06 0 0.29
HSL 184.38º 0.61% 0.44% -
HSV(B) 184.38º 0.76% 0.71% -
XYZ 23.61 32.56 48.22 -
YUV 133.17 154.42 63.69 -
System Red Green Blue C M Y K H S L
Decimal 43 170 180 0.76 0.06 0 0.29 184.38 0.61 0.44
Hex 2B AA B4 4C 6 0 1D B8 3D 2C
Octal 53 252 264 114 6 0 35 270 75 54
Binary 101011 10101010 10110100 1001100 110 0 11101 10111000 111101 101100

Color Harmonies of #2BAAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAAB4

Black with #2BAAB4

Text Example


Text Example

White with #2BAAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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