Html Css Color HEX #74F8BF Aquamarine

📋 copy color: '#74F8BF'

red 116 ◦ green 248 ◦ blue 191

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

Shades of Aquamarine #74F8BF

Tints of Aquamarine #74F8BF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.68%

 BLUE value IS 191 (75% from 255) = 34.41%

R = 20.9%
G = 44.68%
B = 34.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#74F8BF (or 0x74F8BF) is known color: Aquamarine. HEX triplet: 74, F8 and BF. RGB value is (116,248,191). Sum of RGB (Red+Green+Blue) = 116+248+191=555 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.90% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #74F8BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F8BF is #8B0740. Grayscale: #CACACA. Windows color (decimal): -9111361 or 12580980. OLE color: 12580980.

HSL color Cylindrical-coordinate representation of color #74F8BF: hue angle of 154.09º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F8BF is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 248 191 -
CMYK 0.53 0 0.23 0.03
HSL 154.09º 0.9% 0.71% -
HSV(B) 154.09º 0.53% 0.97% -
XYZ 50.17 74.61 61.05 -
YUV 202.03 121.77 66.63 -
System Red Green Blue C M Y K H S L
Decimal 116 248 191 0.53 0 0.23 0.03 154.09 0.9 0.71
Hex 74 F8 BF 35 0 17 3 9A 5A 47
Octal 164 370 277 65 0 27 3 232 132 107
Binary 1110100 11111000 10111111 110101 0 10111 11 10011010 1011010 1000111

Color Harmonies of #74F8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F8BF

Black with #74F8BF

Text Example


Text Example

White with #74F8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,248,191); }

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

background-color css

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

 a { background-color: rgb(116,248,191); }

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

border-color css

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

 span { border-color: rgb(116,248,191); }

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