Html Css Color HEX #2BBEC0 Light Sea Green

📋 copy color: '#2BBEC0'

red 43 ◦ green 190 ◦ blue 192

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

Shades of Light Sea Green #2BBEC0

Tints of Light Sea Green #2BBEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.18%

R = 10.12%
G = 44.71%
B = 45.18%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2BBEC0 (or 0x2BBEC0) is known color: Light Sea Green. HEX triplet: 2B, BE and C0. RGB value is (43,190,192). Sum of RGB (Red+Green+Blue) = 43+190+192=425 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.12% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #2BBEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBEC0 is #D4413F. Grayscale: #929292. Windows color (decimal): -13910336 or 12631595. OLE color: 12631595.

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

Color convert

RGB 43 190 192 -
CMYK 0.78 0.01 0 0.25
HSL 180.81º 0.63% 0.46% -
HSV(B) 180.81º 0.78% 0.75% -
XYZ 28.92 41.15 56.29 -
YUV 146.28 153.8 54.34 -
System Red Green Blue C M Y K H S L
Decimal 43 190 192 0.78 0.01 0 0.25 180.81 0.63 0.46
Hex 2B BE C0 4E 1 0 19 B5 3F 2E
Octal 53 276 300 116 1 0 31 265 77 56
Binary 101011 10111110 11000000 1001110 1 0 11001 10110101 111111 101110

Color Harmonies of #2BBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBEC0

Black with #2BBEC0

Text Example


Text Example

White with #2BBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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