Html Css Color HEX #74FFCC Aquamarine

📋 copy color: '#74FFCC'

red 116 ◦ green 255 ◦ blue 204

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

Shades of Aquamarine #74FFCC

Tints of Aquamarine #74FFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 44.35%

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

R = 20.17%
G = 44.35%
B = 35.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#74FFCC (or 0x74FFCC) is known color: Aquamarine. HEX triplet: 74, FF and CC. RGB value is (116,255,204). Sum of RGB (Red+Green+Blue) = 116+255+204=575 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.17% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFCC is #8B0033. Grayscale: #CFCFCF. Windows color (decimal): -9109556 or 13434740. OLE color: 13434740.

HSL color Cylindrical-coordinate representation of color #74FFCC: hue angle of 157.99º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FFCC is Cyan = 0.55, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 116 255 204 -
CMYK 0.55 0 0.2 0
HSL 157.99º 1% 0.73% -
HSV(B) 157.99º 0.55% 1% -
XYZ 53.86 79.59 69.65 -
YUV 207.63 125.95 62.65 -
System Red Green Blue C M Y K H S L
Decimal 116 255 204 0.55 0 0.2 0 157.99 1 0.73
Hex 74 FF CC 37 0 14 0 9E 64 49
Octal 164 377 314 67 0 24 0 236 144 111
Binary 1110100 11111111 11001100 110111 0 10100 0 10011110 1100100 1001001

Color Harmonies of #74FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFCC

Black with #74FFCC

Text Example


Text Example

White with #74FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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