Html Css Color HEX #74CDA2 Medium Aquamarine

📋 copy color: '#74CDA2'

red 116 ◦ green 205 ◦ blue 162

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

Shades of Medium Aquamarine #74CDA2

Tints of Medium Aquamarine #74CDA2

RGB

 RED value IS 116 (45.7% from 255) = 24.02%

 GREEN value IS 205 (80.47% from 255) = 42.44%

 BLUE value IS 162 (63.67% from 255) = 33.54%

R = 24.02%
G = 42.44%
B = 33.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#74CDA2 (or 0x74CDA2) is known color: Medium Aquamarine. HEX triplet: 74, CD and A2. RGB value is (116,205,162). Sum of RGB (Red+Green+Blue) = 116+205+162=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CDA2 is #8B325D. Grayscale: #ADADAD. Windows color (decimal): -9122398 or 10669428. OLE color: 10669428.

HSL color Cylindrical-coordinate representation of color #74CDA2: hue angle of 151.01º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CDA2 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 205 162 -
CMYK 0.43 0 0.21 0.20
HSL 151.01º 0.47% 0.63% -
HSV(B) 151.01º 0.43% 0.8% -
XYZ 35.56 49.98 41.96 -
YUV 173.49 121.51 87 -
System Red Green Blue C M Y K H S L
Decimal 116 205 162 0.43 0 0.21 0.20 151.01 0.47 0.63
Hex 74 CD A2 2B 0 15 14 97 2F 3F
Octal 164 315 242 53 0 25 24 227 57 77
Binary 1110100 11001101 10100010 101011 0 10101 10100 10010111 101111 111111

Color Harmonies of #74CDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDA2

Black with #74CDA2

Text Example


Text Example

White with #74CDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74CDA2; }

 p { color: rgb(116,205,162); }

 H1.HeaderClassName
 {
   color: #74CDA2;
 }
 .AnyTagClassName
 {
   color: #74CDA2;
 }
</style>

background-color css

<style>
 a { background-color: #74CDA2; }

 a { background-color: rgb(116,205,162); }

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

border-color css

<style>
 span { border-color: #74CDA2; }

 span { border-color: rgb(116,205,162); }

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