Html Css Color HEX #74F6BA Aquamarine

📋 copy color: '#74F6BA'

red 116 ◦ green 246 ◦ blue 186

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

Shades of Aquamarine #74F6BA

Tints of Aquamarine #74F6BA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.89%

 BLUE value IS 186 (73.05% from 255) = 33.94%

R = 21.17%
G = 44.89%
B = 33.94%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#74F6BA (or 0x74F6BA) is known color: Aquamarine. HEX triplet: 74, F6 and BA. RGB value is (116,246,186). Sum of RGB (Red+Green+Blue) = 116+246+186=548 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.17% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #74F6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F6BA is #8B0945. Grayscale: #C8C8C8. Windows color (decimal): -9111878 or 12252788. OLE color: 12252788.

HSL color Cylindrical-coordinate representation of color #74F6BA: hue angle of 152.31º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F6BA is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 246 186 -
CMYK 0.53 0 0.24 0.04
HSL 152.31º 0.88% 0.71% -
HSV(B) 152.31º 0.53% 0.96% -
XYZ 49.02 73.17 57.99 -
YUV 200.29 119.93 67.88 -
System Red Green Blue C M Y K H S L
Decimal 116 246 186 0.53 0 0.24 0.04 152.31 0.88 0.71
Hex 74 F6 BA 35 0 18 4 98 58 47
Octal 164 366 272 65 0 30 4 230 130 107
Binary 1110100 11110110 10111010 110101 0 11000 100 10011000 1011000 1000111

Color Harmonies of #74F6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F6BA

Black with #74F6BA

Text Example


Text Example

White with #74F6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,246,186); }

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

background-color css

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

 a { background-color: rgb(116,246,186); }

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

border-color css

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

 span { border-color: rgb(116,246,186); }

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