Html Css Color HEX #2CC9B0 Light Sea Green

📋 copy color: '#2CC9B0'

red 44 ◦ green 201 ◦ blue 176

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

Shades of Light Sea Green #2CC9B0

Tints of Light Sea Green #2CC9B0

RGB

 RED value IS 44 (17.58% from 255) = 10.45%

 GREEN value IS 201 (78.91% from 255) = 47.74%

 BLUE value IS 176 (69.14% from 255) = 41.81%

R = 10.45%
G = 47.74%
B = 41.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#2CC9B0 (or 0x2CC9B0) is known color: Light Sea Green. HEX triplet: 2C, C9 and B0. RGB value is (44,201,176). Sum of RGB (Red+Green+Blue) = 44+201+176=421 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.45% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC9B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC9B0 is #D3364F. Grayscale: #979797. Windows color (decimal): -13842000 or 11585836. OLE color: 11585836.

HSL color Cylindrical-coordinate representation of color #2CC9B0: hue angle of 170.45º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC9B0 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 44 201 176 -
CMYK 0.78 0 0.12 0.21
HSL 170.45º 0.64% 0.48% -
HSV(B) 170.45º 0.78% 0.79% -
XYZ 29.76 45.44 48.28 -
YUV 151.21 141.99 51.53 -
System Red Green Blue C M Y K H S L
Decimal 44 201 176 0.78 0 0.12 0.21 170.45 0.64 0.48
Hex 2C C9 B0 4E 0 C 15 AA 40 30
Octal 54 311 260 116 0 14 25 252 100 60
Binary 101100 11001001 10110000 1001110 0 1100 10101 10101010 1000000 110000

Color Harmonies of #2CC9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC9B0

Black with #2CC9B0

Text Example


Text Example

White with #2CC9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,201,176); }

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

background-color css

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

 a { background-color: rgb(44,201,176); }

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

border-color css

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

 span { border-color: rgb(44,201,176); }

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