Html Css Color HEX #2CBEAE Light Sea Green

📋 copy color: '#2CBEAE'

red 44 ◦ green 190 ◦ blue 174

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

Shades of Light Sea Green #2CBEAE

Tints of Light Sea Green #2CBEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 10.78%
G = 46.57%
B = 42.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#2CBEAE (or 0x2CBEAE) is known color: Light Sea Green. HEX triplet: 2C, BE and AE. RGB value is (44,190,174). Sum of RGB (Red+Green+Blue) = 44+190+174=408 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.78% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBEAE is #D34151. Grayscale: #909090. Windows color (decimal): -13844818 or 11451948. OLE color: 11451948.

HSL color Cylindrical-coordinate representation of color #2CBEAE: hue angle of 173.42º 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 #2CBEAE is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 190 174 -
CMYK 0.77 0 0.08 0.25
HSL 173.42º 0.62% 0.46% -
HSV(B) 173.42º 0.77% 0.75% -
XYZ 27.09 40.42 46.42 -
YUV 144.52 144.63 56.3 -
System Red Green Blue C M Y K H S L
Decimal 44 190 174 0.77 0 0.08 0.25 173.42 0.62 0.46
Hex 2C BE AE 4D 0 8 19 AD 3E 2E
Octal 54 276 256 115 0 10 31 255 76 56
Binary 101100 10111110 10101110 1001101 0 1000 11001 10101101 111110 101110

Color Harmonies of #2CBEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBEAE

Black with #2CBEAE

Text Example


Text Example

White with #2CBEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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