Html Css Color HEX #2BBEBD Light Sea Green

📋 copy color: '#2BBEBD'

red 43 ◦ green 190 ◦ blue 189

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

Shades of Light Sea Green #2BBEBD

Tints of Light Sea Green #2BBEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 10.19%
G = 45.02%
B = 44.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#2BBEBD (or 0x2BBEBD) is known color: Light Sea Green. HEX triplet: 2B, BE and BD. RGB value is (43,190,189). Sum of RGB (Red+Green+Blue) = 43+190+189=422 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.19% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBEBD is #D44142. Grayscale: #919191. Windows color (decimal): -13910339 or 12434987. OLE color: 12434987.

HSL color Cylindrical-coordinate representation of color #2BBEBD: hue angle of 179.59º 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 #2BBEBD is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 190 189 -
CMYK 0.77 0 0.01 0.25
HSL 179.59º 0.63% 0.46% -
HSV(B) 179.59º 0.77% 0.75% -
XYZ 28.6 41.01 54.55 -
YUV 145.93 152.3 54.58 -
System Red Green Blue C M Y K H S L
Decimal 43 190 189 0.77 0 0.01 0.25 179.59 0.63 0.46
Hex 2B BE BD 4D 0 1 19 B4 3F 2E
Octal 53 276 275 115 0 1 31 264 77 56
Binary 101011 10111110 10111101 1001101 0 1 11001 10110100 111111 101110

Color Harmonies of #2BBEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBEBD

Black with #2BBEBD

Text Example


Text Example

White with #2BBEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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