Html Css Color HEX #2BCEBA Light Sea Green

📋 copy color: '#2BCEBA'

red 43 ◦ green 206 ◦ blue 186

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

Shades of Light Sea Green #2BCEBA

Tints of Light Sea Green #2BCEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.36%

 BLUE value IS 186 (73.05% from 255) = 42.76%

R = 9.89%
G = 47.36%
B = 42.76%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#2BCEBA (or 0x2BCEBA) is known color: Light Sea Green. HEX triplet: 2B, CE and BA. RGB value is (43,206,186). Sum of RGB (Red+Green+Blue) = 43+206+186=435 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.89% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEBA is #D43145. Grayscale: #9A9A9A. Windows color (decimal): -13906246 or 12242475. OLE color: 12242475.

HSL color Cylindrical-coordinate representation of color #2BCEBA: hue angle of 172.64º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCEBA is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 206 186 -
CMYK 0.79 0 0.10 0.19
HSL 172.64º 0.65% 0.49% -
HSV(B) 172.64º 0.79% 0.81% -
XYZ 31.93 48.2 54.08 -
YUV 154.98 145.5 48.13 -
System Red Green Blue C M Y K H S L
Decimal 43 206 186 0.79 0 0.10 0.19 172.64 0.65 0.49
Hex 2B CE BA 4F 0 A 13 AD 41 31
Octal 53 316 272 117 0 12 23 255 101 61
Binary 101011 11001110 10111010 1001111 0 1010 10011 10101101 1000001 110001

Color Harmonies of #2BCEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCEBA

Black with #2BCEBA

Text Example


Text Example

White with #2BCEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,206,186); }

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

background-color css

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

 a { background-color: rgb(43,206,186); }

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

border-color css

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

 span { border-color: rgb(43,206,186); }

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