Html Css Color HEX #2BBCA9 Light Sea Green

📋 copy color: '#2BBCA9'

red 43 ◦ green 188 ◦ blue 169

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

Shades of Light Sea Green #2BBCA9

Tints of Light Sea Green #2BBCA9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47%

 BLUE value IS 169 (66.41% from 255) = 42.25%

R = 10.75%
G = 47%
B = 42.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#2BBCA9 (or 0x2BBCA9) is known color: Light Sea Green. HEX triplet: 2B, BC and A9. RGB value is (43,188,169). Sum of RGB (Red+Green+Blue) = 43+188+169=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 169 (66.41% from 255 or 42.25% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBCA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBCA9 is #D44356. Grayscale: #8E8E8E. Windows color (decimal): -13910871 or 11123755. OLE color: 11123755.

HSL color Cylindrical-coordinate representation of color #2BBCA9: hue angle of 172.14º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBCA9 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 188 169 -
CMYK 0.77 0 0.10 0.26
HSL 172.14º 0.63% 0.45% -
HSV(B) 172.14º 0.77% 0.74% -
XYZ 26.14 39.34 43.75 -
YUV 142.48 142.96 57.04 -
System Red Green Blue C M Y K H S L
Decimal 43 188 169 0.77 0 0.10 0.26 172.14 0.63 0.45
Hex 2B BC A9 4D 0 A 1A AC 3F 2D
Octal 53 274 251 115 0 12 32 254 77 55
Binary 101011 10111100 10101001 1001101 0 1010 11010 10101100 111111 101101

Color Harmonies of #2BBCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBCA9

Black with #2BBCA9

Text Example


Text Example

White with #2BBCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,188,169); }

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

background-color css

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

 a { background-color: rgb(43,188,169); }

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

border-color css

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

 span { border-color: rgb(43,188,169); }

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