Html Css Color HEX #2BB6AE Light Sea Green

📋 copy color: '#2BB6AE'

red 43 ◦ green 182 ◦ blue 174

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

Shades of Light Sea Green #2BB6AE

Tints of Light Sea Green #2BB6AE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.61%

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

R = 10.78%
G = 45.61%
B = 43.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#2BB6AE (or 0x2BB6AE) is known color: Light Sea Green. HEX triplet: 2B, B6 and AE. RGB value is (43,182,174). Sum of RGB (Red+Green+Blue) = 43+182+174=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB6AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB6AE is #D44951. Grayscale: #8B8B8B. Windows color (decimal): -13912402 or 11449899. OLE color: 11449899.

HSL color Cylindrical-coordinate representation of color #2BB6AE: hue angle of 176.55º degrees, saturation: 0.62, 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 #2BB6AE is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 182 174 -
CMYK 0.76 0 0.04 0.29
HSL 176.55º 0.62% 0.44% -
HSV(B) 176.55º 0.76% 0.71% -
XYZ 25.36 37.03 45.85 -
YUV 139.53 147.45 59.15 -
System Red Green Blue C M Y K H S L
Decimal 43 182 174 0.76 0 0.04 0.29 176.55 0.62 0.44
Hex 2B B6 AE 4C 0 4 1D B1 3E 2C
Octal 53 266 256 114 0 4 35 261 76 54
Binary 101011 10110110 10101110 1001100 0 100 11101 10110001 111110 101100

Color Harmonies of #2BB6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB6AE

Black with #2BB6AE

Text Example


Text Example

White with #2BB6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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