Html Css Color HEX #74CFAB Medium Aquamarine

📋 copy color: '#74CFAB'

red 116 ◦ green 207 ◦ blue 171

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

Shades of Medium Aquamarine #74CFAB

Tints of Medium Aquamarine #74CFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 23.48%
G = 41.9%
B = 34.62%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#74CFAB (or 0x74CFAB) is known color: Medium Aquamarine. HEX triplet: 74, CF and AB. RGB value is (116,207,171). Sum of RGB (Red+Green+Blue) = 116+207+171=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CFAB is #8B3054. Grayscale: #AFAFAF. Windows color (decimal): -9121877 or 11259764. OLE color: 11259764.

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

Color convert

RGB 116 207 171 -
CMYK 0.44 0 0.17 0.19
HSL 156.26º 0.49% 0.63% -
HSV(B) 156.26º 0.44% 0.81% -
XYZ 36.87 51.28 46.48 -
YUV 175.69 125.35 85.43 -
System Red Green Blue C M Y K H S L
Decimal 116 207 171 0.44 0 0.17 0.19 156.26 0.49 0.63
Hex 74 CF AB 2C 0 11 13 9C 31 3F
Octal 164 317 253 54 0 21 23 234 61 77
Binary 1110100 11001111 10101011 101100 0 10001 10011 10011100 110001 111111

Color Harmonies of #74CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFAB

Black with #74CFAB

Text Example


Text Example

White with #74CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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