Html Css Color HEX #74CAA6 Medium Aquamarine

📋 copy color: '#74CAA6'

red 116 ◦ green 202 ◦ blue 166

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

Shades of Medium Aquamarine #74CAA6

Tints of Medium Aquamarine #74CAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.3%

R = 23.97%
G = 41.74%
B = 34.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#74CAA6 (or 0x74CAA6) is known color: Medium Aquamarine. HEX triplet: 74, CA and A6. RGB value is (116,202,166). Sum of RGB (Red+Green+Blue) = 116+202+166=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #74CAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CAA6 is #8B3559. Grayscale: #ACACAC. Windows color (decimal): -9123162 or 10930804. OLE color: 10930804.

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

Color convert

RGB 116 202 166 -
CMYK 0.43 0 0.18 0.21
HSL 154.88º 0.45% 0.62% -
HSV(B) 154.88º 0.43% 0.79% -
XYZ 35.21 48.71 43.62 -
YUV 172.18 124.51 87.93 -
System Red Green Blue C M Y K H S L
Decimal 116 202 166 0.43 0 0.18 0.21 154.88 0.45 0.62
Hex 74 CA A6 2B 0 12 15 9B 2D 3E
Octal 164 312 246 53 0 22 25 233 55 76
Binary 1110100 11001010 10100110 101011 0 10010 10101 10011011 101101 111110

Color Harmonies of #74CAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CAA6

Black with #74CAA6

Text Example


Text Example

White with #74CAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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