Html Css Color HEX #2BCEB9 Light Sea Green

📋 copy color: '#2BCEB9'

red 43 ◦ green 206 ◦ blue 185

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

Shades of Light Sea Green #2BCEB9

Tints of Light Sea Green #2BCEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.63%

R = 9.91%
G = 47.47%
B = 42.63%

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

#2BCEB9 (or 0x2BCEB9) is known color: Light Sea Green. HEX triplet: 2B, CE and B9. RGB value is (43,206,185). Sum of RGB (Red+Green+Blue) = 43+206+185=434 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.91% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEB9 is #D43146. Grayscale: #9A9A9A. Windows color (decimal): -13906247 or 12176939. OLE color: 12176939.

HSL color Cylindrical-coordinate representation of color #2BCEB9: hue angle of 172.27º 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 #2BCEB9 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 206 185 -
CMYK 0.79 0 0.10 0.19
HSL 172.27º 0.65% 0.49% -
HSV(B) 172.27º 0.79% 0.81% -
XYZ 31.82 48.16 53.52 -
YUV 154.87 145 48.21 -
System Red Green Blue C M Y K H S L
Decimal 43 206 185 0.79 0 0.10 0.19 172.27 0.65 0.49
Hex 2B CE B9 4F 0 A 13 AC 41 31
Octal 53 316 271 117 0 12 23 254 101 61
Binary 101011 11001110 10111001 1001111 0 1010 10011 10101100 1000001 110001

Color Harmonies of #2BCEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCEB9

Black with #2BCEB9

Text Example


Text Example

White with #2BCEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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