Html Css Color HEX #2CAE6E Medium Sea Green

📋 copy color: '#2CAE6E'

red 44 ◦ green 174 ◦ blue 110

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

Shades of Medium Sea Green #2CAE6E

Tints of Medium Sea Green #2CAE6E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 53.05%

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 13.41%
G = 53.05%
B = 33.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#2CAE6E (or 0x2CAE6E) is known color: Medium Sea Green. HEX triplet: 2C, AE and 6E. RGB value is (44,174,110). Sum of RGB (Red+Green+Blue) = 44+174+110=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAE6E is #D35191. Grayscale: #7F7F7F. Windows color (decimal): -13848978 or 7253548. OLE color: 7253548.

HSL color Cylindrical-coordinate representation of color #2CAE6E: hue angle of 150.46º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAE6E is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 44 174 110 -
CMYK 0.75 0 0.37 0.32
HSL 150.46º 0.6% 0.43% -
HSV(B) 150.46º 0.75% 0.68% -
XYZ 18.99 31.93 19.91 -
YUV 127.83 117.93 68.2 -
System Red Green Blue C M Y K H S L
Decimal 44 174 110 0.75 0 0.37 0.32 150.46 0.6 0.43
Hex 2C AE 6E 4B 0 25 20 96 3C 2B
Octal 54 256 156 113 0 45 40 226 74 53
Binary 101100 10101110 1101110 1001011 0 100101 100000 10010110 111100 101011

Color Harmonies of #2CAE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAE6E

Black with #2CAE6E

Text Example


Text Example

White with #2CAE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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