Html Css Color HEX #74F2CC Aquamarine

📋 copy color: '#74F2CC'

red 116 ◦ green 242 ◦ blue 204

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

Shades of Aquamarine #74F2CC

Tints of Aquamarine #74F2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.06%

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

R = 20.64%
G = 43.06%
B = 36.3%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#74F2CC (or 0x74F2CC) is known color: Aquamarine. HEX triplet: 74, F2 and CC. RGB value is (116,242,204). Sum of RGB (Red+Green+Blue) = 116+242+204=562 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.64% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #74F2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F2CC is #8B0D33. Grayscale: #C8C8C8. Windows color (decimal): -9112884 or 13431412. OLE color: 13431412.

HSL color Cylindrical-coordinate representation of color #74F2CC: hue angle of 161.9º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F2CC is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 242 204 -
CMYK 0.52 0 0.16 0.05
HSL 161.9º 0.83% 0.7% -
HSV(B) 161.9º 0.52% 0.95% -
XYZ 49.85 71.58 68.31 -
YUV 199.99 130.26 68.09 -
System Red Green Blue C M Y K H S L
Decimal 116 242 204 0.52 0 0.16 0.05 161.9 0.83 0.7
Hex 74 F2 CC 34 0 10 5 A2 53 46
Octal 164 362 314 64 0 20 5 242 123 106
Binary 1110100 11110010 11001100 110100 0 10000 101 10100010 1010011 1000110

Color Harmonies of #74F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F2CC

Black with #74F2CC

Text Example


Text Example

White with #74F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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