Html Css Color HEX #74CDA9 Medium Aquamarine

📋 copy color: '#74CDA9'

red 116 ◦ green 205 ◦ blue 169

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

Shades of Medium Aquamarine #74CDA9

Tints of Medium Aquamarine #74CDA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.49%

R = 23.67%
G = 41.84%
B = 34.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#74CDA9 (or 0x74CDA9) is known color: Medium Aquamarine. HEX triplet: 74, CD and A9. RGB value is (116,205,169). Sum of RGB (Red+Green+Blue) = 116+205+169=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CDA9 is #8B3256. Grayscale: #AEAEAE. Windows color (decimal): -9122391 or 11128180. OLE color: 11128180.

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

Color convert

RGB 116 205 169 -
CMYK 0.43 0 0.18 0.20
HSL 155.73º 0.47% 0.63% -
HSV(B) 155.73º 0.43% 0.8% -
XYZ 36.2 50.24 45.33 -
YUV 174.29 125.01 86.43 -
System Red Green Blue C M Y K H S L
Decimal 116 205 169 0.43 0 0.18 0.20 155.73 0.47 0.63
Hex 74 CD A9 2B 0 12 14 9C 2F 3F
Octal 164 315 251 53 0 22 24 234 57 77
Binary 1110100 11001101 10101001 101011 0 10010 10100 10011100 101111 111111

Color Harmonies of #74CDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDA9

Black with #74CDA9

Text Example


Text Example

White with #74CDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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