Html Css Color HEX #74CDA1 Medium Aquamarine

📋 copy color: '#74CDA1'

red 116 ◦ green 205 ◦ blue 161

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

Shades of Medium Aquamarine #74CDA1

Tints of Medium Aquamarine #74CDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.4%

R = 24.07%
G = 42.53%
B = 33.4%

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

#74CDA1 (or 0x74CDA1) is known color: Medium Aquamarine. HEX triplet: 74, CD and A1. RGB value is (116,205,161). Sum of RGB (Red+Green+Blue) = 116+205+161=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CDA1 is #8B325E. Grayscale: #ADADAD. Windows color (decimal): -9122399 or 10603892. OLE color: 10603892.

HSL color Cylindrical-coordinate representation of color #74CDA1: hue angle of 150.34º 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 #74CDA1 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 205 161 -
CMYK 0.43 0 0.21 0.20
HSL 150.34º 0.47% 0.63% -
HSV(B) 150.34º 0.43% 0.8% -
XYZ 35.47 49.95 41.49 -
YUV 173.37 121.01 87.08 -
System Red Green Blue C M Y K H S L
Decimal 116 205 161 0.43 0 0.21 0.20 150.34 0.47 0.63
Hex 74 CD A1 2B 0 15 14 96 2F 3F
Octal 164 315 241 53 0 25 24 226 57 77
Binary 1110100 11001101 10100001 101011 0 10101 10100 10010110 101111 111111

Color Harmonies of #74CDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDA1

Black with #74CDA1

Text Example


Text Example

White with #74CDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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