Html Css Color HEX #74CAA4 Medium Aquamarine

📋 copy color: '#74CAA4'

red 116 ◦ green 202 ◦ blue 164

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

Shades of Medium Aquamarine #74CAA4

Tints of Medium Aquamarine #74CAA4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.91%

 BLUE value IS 164 (64.45% from 255) = 34.02%

R = 24.07%
G = 41.91%
B = 34.02%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#74CAA4 (or 0x74CAA4) is known color: Medium Aquamarine. HEX triplet: 74, CA and A4. RGB value is (116,202,164). Sum of RGB (Red+Green+Blue) = 116+202+164=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #74CAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CAA4 is #8B355B. Grayscale: #ACACAC. Windows color (decimal): -9123164 or 10799732. OLE color: 10799732.

HSL color Cylindrical-coordinate representation of color #74CAA4: hue angle of 153.49º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CAA4 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 202 164 -
CMYK 0.43 0 0.19 0.21
HSL 153.49º 0.45% 0.62% -
HSV(B) 153.49º 0.43% 0.79% -
XYZ 35.02 48.63 42.66 -
YUV 171.95 123.51 88.09 -
System Red Green Blue C M Y K H S L
Decimal 116 202 164 0.43 0 0.19 0.21 153.49 0.45 0.62
Hex 74 CA A4 2B 0 13 15 99 2D 3E
Octal 164 312 244 53 0 23 25 231 55 76
Binary 1110100 11001010 10100100 101011 0 10011 10101 10011001 101101 111110

Color Harmonies of #74CAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CAA4

Black with #74CAA4

Text Example


Text Example

White with #74CAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,202,164); }

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

background-color css

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

 a { background-color: rgb(116,202,164); }

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

border-color css

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

 span { border-color: rgb(116,202,164); }

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