Html Css Color HEX #2BB29C Light Sea Green

📋 copy color: '#2BB29C'

red 43 ◦ green 178 ◦ blue 156

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

Shades of Light Sea Green #2BB29C

Tints of Light Sea Green #2BB29C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.21%

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 11.41%
G = 47.21%
B = 41.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#2BB29C (or 0x2BB29C) is known color: Light Sea Green. HEX triplet: 2B, B2 and 9C. RGB value is (43,178,156). Sum of RGB (Red+Green+Blue) = 43+178+156=377 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.41% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB29C is #D44D63. Grayscale: #878787. Windows color (decimal): -13913444 or 10269227. OLE color: 10269227.

HSL color Cylindrical-coordinate representation of color #2BB29C: hue angle of 170.22º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB29C is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 43 178 156 -
CMYK 0.76 0 0.12 0.30
HSL 170.22º 0.61% 0.43% -
HSV(B) 170.22º 0.76% 0.7% -
XYZ 22.92 34.75 36.95 -
YUV 135.13 139.77 62.29 -
System Red Green Blue C M Y K H S L
Decimal 43 178 156 0.76 0 0.12 0.30 170.22 0.61 0.43
Hex 2B B2 9C 4C 0 C 1E AA 3D 2B
Octal 53 262 234 114 0 14 36 252 75 53
Binary 101011 10110010 10011100 1001100 0 1100 11110 10101010 111101 101011

Color Harmonies of #2BB29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB29C

Black with #2BB29C

Text Example


Text Example

White with #2BB29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,178,156); }

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

background-color css

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

 a { background-color: rgb(43,178,156); }

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

border-color css

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

 span { border-color: rgb(43,178,156); }

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