Html Css Color HEX #74F1C2 Aquamarine

📋 copy color: '#74F1C2'

red 116 ◦ green 241 ◦ blue 194

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

Shades of Aquamarine #74F1C2

Tints of Aquamarine #74F1C2

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.74%

 BLUE value IS 194 (76.17% from 255) = 35.21%

R = 21.05%
G = 43.74%
B = 35.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#74F1C2 (or 0x74F1C2) is known color: Aquamarine. HEX triplet: 74, F1 and C2. RGB value is (116,241,194). Sum of RGB (Red+Green+Blue) = 116+241+194=551 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.05% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #74F1C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F1C2 is #8B0E3D. Grayscale: #C6C6C6. Windows color (decimal): -9113150 or 12775796. OLE color: 12775796.

HSL color Cylindrical-coordinate representation of color #74F1C2: hue angle of 157.44º degrees, saturation: 0.82, 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 #74F1C2 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 241 194 -
CMYK 0.52 0 0.20 0.05
HSL 157.44º 0.82% 0.7% -
HSV(B) 157.44º 0.52% 0.95% -
XYZ 48.4 70.52 62.1 -
YUV 198.27 125.59 69.32 -
System Red Green Blue C M Y K H S L
Decimal 116 241 194 0.52 0 0.20 0.05 157.44 0.82 0.7
Hex 74 F1 C2 34 0 14 5 9D 52 46
Octal 164 361 302 64 0 24 5 235 122 106
Binary 1110100 11110001 11000010 110100 0 10100 101 10011101 1010010 1000110

Color Harmonies of #74F1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F1C2

Black with #74F1C2

Text Example


Text Example

White with #74F1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,241,194); }

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

background-color css

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

 a { background-color: rgb(116,241,194); }

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

border-color css

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

 span { border-color: rgb(116,241,194); }

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