Html Css Color HEX #2CBEAD Light Sea Green

📋 copy color: '#2CBEAD'

red 44 ◦ green 190 ◦ blue 173

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

Shades of Light Sea Green #2CBEAD

Tints of Light Sea Green #2CBEAD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.68%

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

R = 10.81%
G = 46.68%
B = 42.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#2CBEAD (or 0x2CBEAD) is known color: Light Sea Green. HEX triplet: 2C, BE and AD. RGB value is (44,190,173). Sum of RGB (Red+Green+Blue) = 44+190+173=407 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.81% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBEAD is #D34152. Grayscale: #909090. Windows color (decimal): -13844819 or 11386412. OLE color: 11386412.

HSL color Cylindrical-coordinate representation of color #2CBEAD: hue angle of 173.01º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBEAD is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 190 173 -
CMYK 0.77 0 0.09 0.25
HSL 173.01º 0.62% 0.46% -
HSV(B) 173.01º 0.77% 0.75% -
XYZ 26.99 40.38 45.91 -
YUV 144.41 144.13 56.38 -
System Red Green Blue C M Y K H S L
Decimal 44 190 173 0.77 0 0.09 0.25 173.01 0.62 0.46
Hex 2C BE AD 4D 0 9 19 AD 3E 2E
Octal 54 276 255 115 0 11 31 255 76 56
Binary 101100 10111110 10101101 1001101 0 1001 11001 10101101 111110 101110

Color Harmonies of #2CBEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBEAD

Black with #2CBEAD

Text Example


Text Example

White with #2CBEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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