Html Css Color HEX #74CFA7 Medium Aquamarine

📋 copy color: '#74CFA7'

red 116 ◦ green 207 ◦ blue 167

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

Shades of Medium Aquamarine #74CFA7

Tints of Medium Aquamarine #74CFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.08%

R = 23.67%
G = 42.24%
B = 34.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#74CFA7 (or 0x74CFA7) is known color: Medium Aquamarine. HEX triplet: 74, CF and A7. RGB value is (116,207,167). Sum of RGB (Red+Green+Blue) = 116+207+167=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CFA7 is #8B3058. Grayscale: #AFAFAF. Windows color (decimal): -9121881 or 10997620. OLE color: 10997620.

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

Color convert

RGB 116 207 167 -
CMYK 0.44 0 0.19 0.19
HSL 153.63º 0.49% 0.63% -
HSV(B) 153.63º 0.44% 0.81% -
XYZ 36.49 51.13 44.5 -
YUV 175.23 123.35 85.75 -
System Red Green Blue C M Y K H S L
Decimal 116 207 167 0.44 0 0.19 0.19 153.63 0.49 0.63
Hex 74 CF A7 2C 0 13 13 9A 31 3F
Octal 164 317 247 54 0 23 23 232 61 77
Binary 1110100 11001111 10100111 101100 0 10011 10011 10011010 110001 111111

Color Harmonies of #74CFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFA7

Black with #74CFA7

Text Example


Text Example

White with #74CFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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