Html Css Color HEX #2BBEA4 Light Sea Green

📋 copy color: '#2BBEA4'

red 43 ◦ green 190 ◦ blue 164

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

Shades of Light Sea Green #2BBEA4

Tints of Light Sea Green #2BBEA4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.86%

 BLUE value IS 164 (64.45% from 255) = 41.31%

R = 10.83%
G = 47.86%
B = 41.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#2BBEA4 (or 0x2BBEA4) is known color: Light Sea Green. HEX triplet: 2B, BE and A4. RGB value is (43,190,164). Sum of RGB (Red+Green+Blue) = 43+190+164=397 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.83% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBEA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBEA4 is #D4415B. Grayscale: #8F8F8F. Windows color (decimal): -13910364 or 10796587. OLE color: 10796587.

HSL color Cylindrical-coordinate representation of color #2BBEA4: hue angle of 169.39º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBEA4 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 190 164 -
CMYK 0.77 0 0.14 0.25
HSL 169.39º 0.63% 0.46% -
HSV(B) 169.39º 0.77% 0.75% -
XYZ 26.11 40.02 41.47 -
YUV 143.08 139.8 56.61 -
System Red Green Blue C M Y K H S L
Decimal 43 190 164 0.77 0 0.14 0.25 169.39 0.63 0.46
Hex 2B BE A4 4D 0 E 19 A9 3F 2E
Octal 53 276 244 115 0 16 31 251 77 56
Binary 101011 10111110 10100100 1001101 0 1110 11001 10101001 111111 101110

Color Harmonies of #2BBEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBEA4

Black with #2BBEA4

Text Example


Text Example

White with #2BBEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,190,164); }

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

background-color css

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

 a { background-color: rgb(43,190,164); }

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

border-color css

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

 span { border-color: rgb(43,190,164); }

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