Html Css Color HEX #74CFA2 Medium Aquamarine

📋 copy color: '#74CFA2'

red 116 ◦ green 207 ◦ blue 162

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

Shades of Medium Aquamarine #74CFA2

Tints of Medium Aquamarine #74CFA2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.68%

 BLUE value IS 162 (63.67% from 255) = 33.4%

R = 23.92%
G = 42.68%
B = 33.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#74CFA2 (or 0x74CFA2) is known color: Medium Aquamarine. HEX triplet: 74, CF and A2. RGB value is (116,207,162). Sum of RGB (Red+Green+Blue) = 116+207+162=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CFA2 is #8B305D. Grayscale: #AEAEAE. Windows color (decimal): -9121886 or 10669940. OLE color: 10669940.

HSL color Cylindrical-coordinate representation of color #74CFA2: hue angle of 150.33º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CFA2 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 207 162 -
CMYK 0.44 0 0.22 0.19
HSL 150.33º 0.49% 0.63% -
HSV(B) 150.33º 0.44% 0.81% -
XYZ 36.04 50.95 42.12 -
YUV 174.66 120.85 86.16 -
System Red Green Blue C M Y K H S L
Decimal 116 207 162 0.44 0 0.22 0.19 150.33 0.49 0.63
Hex 74 CF A2 2C 0 16 13 96 31 3F
Octal 164 317 242 54 0 26 23 226 61 77
Binary 1110100 11001111 10100010 101100 0 10110 10011 10010110 110001 111111

Color Harmonies of #74CFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFA2

Black with #74CFA2

Text Example


Text Example

White with #74CFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,207,162); }

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

background-color css

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

 a { background-color: rgb(116,207,162); }

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

border-color css

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

 span { border-color: rgb(116,207,162); }

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