Html Css Color HEX #2BCBB9 Light Sea Green

📋 copy color: '#2BCBB9'

red 43 ◦ green 203 ◦ blue 185

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

Shades of Light Sea Green #2BCBB9

Tints of Light Sea Green #2BCBB9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.1%

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

R = 9.98%
G = 47.1%
B = 42.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#2BCBB9 (or 0x2BCBB9) is known color: Light Sea Green. HEX triplet: 2B, CB and B9. RGB value is (43,203,185). Sum of RGB (Red+Green+Blue) = 43+203+185=431 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.98% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #2BCBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCBB9 is #D43446. Grayscale: #999999. Windows color (decimal): -13907015 or 12176171. OLE color: 12176171.

HSL color Cylindrical-coordinate representation of color #2BCBB9: hue angle of 173.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCBB9 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 203 185 -
CMYK 0.79 0 0.09 0.20
HSL 173.25º 0.65% 0.48% -
HSV(B) 173.25º 0.79% 0.8% -
XYZ 31.11 46.73 53.28 -
YUV 153.11 145.99 49.46 -
System Red Green Blue C M Y K H S L
Decimal 43 203 185 0.79 0 0.09 0.20 173.25 0.65 0.48
Hex 2B CB B9 4F 0 9 14 AD 41 30
Octal 53 313 271 117 0 11 24 255 101 60
Binary 101011 11001011 10111001 1001111 0 1001 10100 10101101 1000001 110000

Color Harmonies of #2BCBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCBB9

Black with #2BCBB9

Text Example


Text Example

White with #2BCBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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