Html Css Color HEX #2BB6AD Light Sea Green

📋 copy color: '#2BB6AD'

red 43 ◦ green 182 ◦ blue 173

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

Shades of Light Sea Green #2BB6AD

Tints of Light Sea Green #2BB6AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 10.8%
G = 45.73%
B = 43.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#2BB6AD (or 0x2BB6AD) is known color: Light Sea Green. HEX triplet: 2B, B6 and AD. RGB value is (43,182,173). Sum of RGB (Red+Green+Blue) = 43+182+173=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB6AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB6AD is #D44952. Grayscale: #8B8B8B. Windows color (decimal): -13912403 or 11384363. OLE color: 11384363.

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

Color convert

RGB 43 182 173 -
CMYK 0.76 0 0.05 0.29
HSL 176.12º 0.62% 0.44% -
HSV(B) 176.12º 0.76% 0.71% -
XYZ 25.27 36.99 45.34 -
YUV 139.41 146.95 59.23 -
System Red Green Blue C M Y K H S L
Decimal 43 182 173 0.76 0 0.05 0.29 176.12 0.62 0.44
Hex 2B B6 AD 4C 0 5 1D B0 3E 2C
Octal 53 266 255 114 0 5 35 260 76 54
Binary 101011 10110110 10101101 1001100 0 101 11101 10110000 111110 101100

Color Harmonies of #2BB6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB6AD

Black with #2BB6AD

Text Example


Text Example

White with #2BB6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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