Html Css Color HEX #2CAE6A Medium Sea Green

📋 copy color: '#2CAE6A'

red 44 ◦ green 174 ◦ blue 106

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

Shades of Medium Sea Green #2CAE6A

Tints of Medium Sea Green #2CAE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.72%

R = 13.58%
G = 53.7%
B = 32.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#2CAE6A (or 0x2CAE6A) is known color: Medium Sea Green. HEX triplet: 2C, AE and 6A. RGB value is (44,174,106). Sum of RGB (Red+Green+Blue) = 44+174+106=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAE6A is #D35195. Grayscale: #7F7F7F. Windows color (decimal): -13848982 or 6991404. OLE color: 6991404.

HSL color Cylindrical-coordinate representation of color #2CAE6A: hue angle of 148.62º 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 #2CAE6A is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 44 174 106 -
CMYK 0.75 0 0.39 0.32
HSL 148.62º 0.6% 0.43% -
HSV(B) 148.62º 0.75% 0.68% -
XYZ 18.78 31.85 18.79 -
YUV 127.38 115.93 68.53 -
System Red Green Blue C M Y K H S L
Decimal 44 174 106 0.75 0 0.39 0.32 148.62 0.6 0.43
Hex 2C AE 6A 4B 0 27 20 95 3C 2B
Octal 54 256 152 113 0 47 40 225 74 53
Binary 101100 10101110 1101010 1001011 0 100111 100000 10010101 111100 101011

Color Harmonies of #2CAE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAE6A

Black with #2CAE6A

Text Example


Text Example

White with #2CAE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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