Html Css Color HEX #74FCCC Aquamarine

📋 copy color: '#74FCCC'

red 116 ◦ green 252 ◦ blue 204

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

Shades of Aquamarine #74FCCC

Tints of Aquamarine #74FCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.66%

R = 20.28%
G = 44.06%
B = 35.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#74FCCC (or 0x74FCCC) is known color: Aquamarine. HEX triplet: 74, FC and CC. RGB value is (116,252,204). Sum of RGB (Red+Green+Blue) = 116+252+204=572 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.28% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FCCC is #8B0333. Grayscale: #CDCDCD. Windows color (decimal): -9110324 or 13433972. OLE color: 13433972.

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

Color convert

RGB 116 252 204 -
CMYK 0.54 0 0.19 0.01
HSL 158.82º 0.96% 0.72% -
HSV(B) 158.82º 0.54% 0.99% -
XYZ 52.91 77.69 69.33 -
YUV 205.86 126.94 63.9 -
System Red Green Blue C M Y K H S L
Decimal 116 252 204 0.54 0 0.19 0.01 158.82 0.96 0.72
Hex 74 FC CC 36 0 13 1 9F 60 48
Octal 164 374 314 66 0 23 1 237 140 110
Binary 1110100 11111100 11001100 110110 0 10011 1 10011111 1100000 1001000

Color Harmonies of #74FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FCCC

Black with #74FCCC

Text Example


Text Example

White with #74FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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