Html Css Color HEX #74FEBE Aquamarine

📋 copy color: '#74FEBE'

red 116 ◦ green 254 ◦ blue 190

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

Shades of Aquamarine #74FEBE

Tints of Aquamarine #74FEBE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.36%

 BLUE value IS 190 (74.61% from 255) = 33.93%

R = 20.71%
G = 45.36%
B = 33.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#74FEBE (or 0x74FEBE) is known color: Aquamarine. HEX triplet: 74, FE and BE. RGB value is (116,254,190). Sum of RGB (Red+Green+Blue) = 116+254+190=560 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.71% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FEBE is #8B0141. Grayscale: #CDCDCD. Windows color (decimal): -9109826 or 12516980. OLE color: 12516980.

HSL color Cylindrical-coordinate representation of color #74FEBE: hue angle of 152.17º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FEBE is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 254 190 -
CMYK 0.54 0 0.25 0.00
HSL 152.17º 0.99% 0.73% -
HSV(B) 152.17º 0.54% 1% -
XYZ 51.94 78.31 61.09 -
YUV 205.44 119.28 64.2 -
System Red Green Blue C M Y K H S L
Decimal 116 254 190 0.54 0 0.25 0.00 152.17 0.99 0.73
Hex 74 FE BE 36 0 19 0 98 63 49
Octal 164 376 276 66 0 31 0 230 143 111
Binary 1110100 11111110 10111110 110110 0 11001 0 10011000 1100011 1001001

Color Harmonies of #74FEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FEBE

Black with #74FEBE

Text Example


Text Example

White with #74FEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,254,190); }

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

background-color css

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

 a { background-color: rgb(116,254,190); }

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

border-color css

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

 span { border-color: rgb(116,254,190); }

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