Html Css Color HEX #74FEBF Aquamarine

📋 copy color: '#74FEBF'

red 116 ◦ green 254 ◦ blue 191

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

Shades of Aquamarine #74FEBF

Tints of Aquamarine #74FEBF

RGB

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

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

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

R = 20.68%
G = 45.28%
B = 34.05%

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

#74FEBF (or 0x74FEBF) is known color: Aquamarine. HEX triplet: 74, FE and BF. RGB value is (116,254,191). Sum of RGB (Red+Green+Blue) = 116+254+191=561 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.68% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FEBF is #8B0140. Grayscale: #CDCDCD. Windows color (decimal): -9109825 or 12582516. OLE color: 12582516.

HSL color Cylindrical-coordinate representation of color #74FEBF: hue angle of 152.61º 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 #74FEBF is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 254 191 -
CMYK 0.54 0 0.25 0.00
HSL 152.61º 0.99% 0.73% -
HSV(B) 152.61º 0.54% 1% -
XYZ 52.05 78.36 61.67 -
YUV 205.56 119.78 64.12 -
System Red Green Blue C M Y K H S L
Decimal 116 254 191 0.54 0 0.25 0.00 152.61 0.99 0.73
Hex 74 FE BF 36 0 19 0 99 63 49
Octal 164 376 277 66 0 31 0 231 143 111
Binary 1110100 11111110 10111111 110110 0 11001 0 10011001 1100011 1001001

Color Harmonies of #74FEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FEBF

Black with #74FEBF

Text Example


Text Example

White with #74FEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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