Html Css Color HEX #74CDA5 Medium Aquamarine

📋 copy color: '#74CDA5'

red 116 ◦ green 205 ◦ blue 165

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

Shades of Medium Aquamarine #74CDA5

Tints of Medium Aquamarine #74CDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.95%

R = 23.87%
G = 42.18%
B = 33.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#74CDA5 (or 0x74CDA5) is known color: Medium Aquamarine. HEX triplet: 74, CD and A5. RGB value is (116,205,165). Sum of RGB (Red+Green+Blue) = 116+205+165=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CDA5 is #8B325A. Grayscale: #ADADAD. Windows color (decimal): -9122395 or 10866036. OLE color: 10866036.

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

Color convert

RGB 116 205 165 -
CMYK 0.43 0 0.20 0.20
HSL 153.03º 0.47% 0.63% -
HSV(B) 153.03º 0.43% 0.8% -
XYZ 35.83 50.09 43.38 -
YUV 173.83 123.01 86.75 -
System Red Green Blue C M Y K H S L
Decimal 116 205 165 0.43 0 0.20 0.20 153.03 0.47 0.63
Hex 74 CD A5 2B 0 14 14 99 2F 3F
Octal 164 315 245 53 0 24 24 231 57 77
Binary 1110100 11001101 10100101 101011 0 10100 10100 10011001 101111 111111

Color Harmonies of #74CDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDA5

Black with #74CDA5

Text Example


Text Example

White with #74CDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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