Html Css Color HEX #74FFDE Aquamarine

📋 copy color: '#74FFDE'

red 116 ◦ green 255 ◦ blue 222

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

Shades of Aquamarine #74FFDE

Tints of Aquamarine #74FFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.44%

R = 19.56%
G = 43%
B = 37.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#74FFDE (or 0x74FFDE) is known color: Aquamarine. HEX triplet: 74, FF and DE. RGB value is (116,255,222). Sum of RGB (Red+Green+Blue) = 116+255+222=593 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.56% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFDE is #8B0021. Grayscale: #D1D1D1. Windows color (decimal): -9109538 or 14614388. OLE color: 14614388.

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

Color convert

RGB 116 255 222 -
CMYK 0.55 0 0.13 0
HSL 165.76º 1% 0.73% -
HSV(B) 165.76º 0.55% 1% -
XYZ 56.15 80.51 81.69 -
YUV 209.68 134.95 61.18 -
System Red Green Blue C M Y K H S L
Decimal 116 255 222 0.55 0 0.13 0 165.76 1 0.73
Hex 74 FF DE 37 0 D 0 A6 64 49
Octal 164 377 336 67 0 15 0 246 144 111
Binary 1110100 11111111 11011110 110111 0 1101 0 10100110 1100100 1001001

Color Harmonies of #74FFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFDE

Black with #74FFDE

Text Example


Text Example

White with #74FFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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