Html Css Color HEX #74FFB9 Aquamarine

📋 copy color: '#74FFB9'

red 116 ◦ green 255 ◦ blue 185

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

Shades of Aquamarine #74FFB9

Tints of Aquamarine #74FFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.27%

R = 20.86%
G = 45.86%
B = 33.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#74FFB9 (or 0x74FFB9) is known color: Aquamarine. HEX triplet: 74, FF and B9. RGB value is (116,255,185). Sum of RGB (Red+Green+Blue) = 116+255+185=556 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.86% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFB9 is #8B0046. Grayscale: #CDCDCD. Windows color (decimal): -9109575 or 12189556. OLE color: 12189556.

HSL color Cylindrical-coordinate representation of color #74FFB9: hue angle of 149.78º 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 #74FFB9 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 116 255 185 -
CMYK 0.55 0 0.27 0
HSL 149.78º 1% 0.73% -
HSV(B) 149.78º 0.55% 1% -
XYZ 51.72 78.74 58.37 -
YUV 205.46 116.45 64.19 -
System Red Green Blue C M Y K H S L
Decimal 116 255 185 0.55 0 0.27 0 149.78 1 0.73
Hex 74 FF B9 37 0 1B 0 96 64 49
Octal 164 377 271 67 0 33 0 226 144 111
Binary 1110100 11111111 10111001 110111 0 11011 0 10010110 1100100 1001001

Color Harmonies of #74FFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFB9

Black with #74FFB9

Text Example


Text Example

White with #74FFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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