Html Css Color HEX #2CB9AD Light Sea Green

📋 copy color: '#2CB9AD'

red 44 ◦ green 185 ◦ blue 173

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

Shades of Light Sea Green #2CB9AD

Tints of Light Sea Green #2CB9AD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.02%

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 10.95%
G = 46.02%
B = 43.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#2CB9AD (or 0x2CB9AD) is known color: Light Sea Green. HEX triplet: 2C, B9 and AD. RGB value is (44,185,173). Sum of RGB (Red+Green+Blue) = 44+185+173=402 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.95% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB9AD is #D34652. Grayscale: #8D8D8D. Windows color (decimal): -13846099 or 11385132. OLE color: 11385132.

HSL color Cylindrical-coordinate representation of color #2CB9AD: hue angle of 174.89º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB9AD is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 185 173 -
CMYK 0.76 0 0.06 0.27
HSL 174.89º 0.62% 0.45% -
HSV(B) 174.89º 0.76% 0.73% -
XYZ 25.93 38.25 45.55 -
YUV 141.47 145.79 58.48 -
System Red Green Blue C M Y K H S L
Decimal 44 185 173 0.76 0 0.06 0.27 174.89 0.62 0.45
Hex 2C B9 AD 4C 0 6 1B AF 3E 2D
Octal 54 271 255 114 0 6 33 257 76 55
Binary 101100 10111001 10101101 1001100 0 110 11011 10101111 111110 101101

Color Harmonies of #2CB9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB9AD

Black with #2CB9AD

Text Example


Text Example

White with #2CB9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,185,173); }

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

background-color css

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

 a { background-color: rgb(44,185,173); }

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

border-color css

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

 span { border-color: rgb(44,185,173); }

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