Html Css Color HEX #74FCAF Aquamarine

📋 copy color: '#74FCAF'

red 116 ◦ green 252 ◦ blue 175

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

Shades of Aquamarine #74FCAF

Tints of Aquamarine #74FCAF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.41%

 BLUE value IS 175 (68.75% from 255) = 32.23%

R = 21.36%
G = 46.41%
B = 32.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#74FCAF (or 0x74FCAF) is known color: Aquamarine. HEX triplet: 74, FC and AF. RGB value is (116,252,175). Sum of RGB (Red+Green+Blue) = 116+252+175=543 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.36% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FCAF is #8B0350. Grayscale: #CACACA. Windows color (decimal): -9110353 or 11533428. OLE color: 11533428.

HSL color Cylindrical-coordinate representation of color #74FCAF: hue angle of 146.03º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FCAF is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 252 175 -
CMYK 0.54 0 0.31 0.01
HSL 146.03º 0.96% 0.72% -
HSV(B) 146.03º 0.54% 0.99% -
XYZ 49.75 76.43 52.69 -
YUV 202.56 112.44 66.26 -
System Red Green Blue C M Y K H S L
Decimal 116 252 175 0.54 0 0.31 0.01 146.03 0.96 0.72
Hex 74 FC AF 36 0 1F 1 92 60 48
Octal 164 374 257 66 0 37 1 222 140 110
Binary 1110100 11111100 10101111 110110 0 11111 1 10010010 1100000 1001000

Color Harmonies of #74FCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FCAF

Black with #74FCAF

Text Example


Text Example

White with #74FCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,252,175); }

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

background-color css

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

 a { background-color: rgb(116,252,175); }

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

border-color css

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

 span { border-color: rgb(116,252,175); }

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