Html Css Color HEX #2BBAAD Light Sea Green

📋 copy color: '#2BBAAD'

red 43 ◦ green 186 ◦ blue 173

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

Shades of Light Sea Green #2BBAAD

Tints of Light Sea Green #2BBAAD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.27%

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

R = 10.7%
G = 46.27%
B = 43.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#2BBAAD (or 0x2BBAAD) is known color: Light Sea Green. HEX triplet: 2B, BA and AD. RGB value is (43,186,173). Sum of RGB (Red+Green+Blue) = 43+186+173=402 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.70% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBAAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBAAD is #D44552. Grayscale: #8D8D8D. Windows color (decimal): -13911379 or 11385387. OLE color: 11385387.

HSL color Cylindrical-coordinate representation of color #2BBAAD: hue angle of 174.55º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBAAD is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 186 173 -
CMYK 0.77 0 0.07 0.27
HSL 174.55º 0.62% 0.45% -
HSV(B) 174.55º 0.77% 0.73% -
XYZ 26.1 38.65 45.62 -
YUV 141.76 145.62 57.56 -
System Red Green Blue C M Y K H S L
Decimal 43 186 173 0.77 0 0.07 0.27 174.55 0.62 0.45
Hex 2B BA AD 4D 0 7 1B AF 3E 2D
Octal 53 272 255 115 0 7 33 257 76 55
Binary 101011 10111010 10101101 1001101 0 111 11011 10101111 111110 101101

Color Harmonies of #2BBAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBAAD

Black with #2BBAAD

Text Example


Text Example

White with #2BBAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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