Html Css Color HEX #74EEDD Aquamarine

📋 copy color: '#74EEDD'

red 116 ◦ green 238 ◦ blue 221

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

Shades of Aquamarine #74EEDD

Tints of Aquamarine #74EEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.39%

 BLUE value IS 221 (86.72% from 255) = 38.43%

R = 20.17%
G = 41.39%
B = 38.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#74EEDD (or 0x74EEDD) is known color: Aquamarine. HEX triplet: 74, EE and DD. RGB value is (116,238,221). Sum of RGB (Red+Green+Blue) = 116+238+221=575 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.17% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EEDD is #8B1122. Grayscale: #C7C7C7. Windows color (decimal): -9113891 or 14544500. OLE color: 14544500.

HSL color Cylindrical-coordinate representation of color #74EEDD: hue angle of 171.64º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EEDD is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 238 221 -
CMYK 0.51 0 0.07 0.07
HSL 171.64º 0.78% 0.69% -
HSV(B) 171.64º 0.51% 0.93% -
XYZ 50.83 70.08 79.25 -
YUV 199.58 140.08 68.38 -
System Red Green Blue C M Y K H S L
Decimal 116 238 221 0.51 0 0.07 0.07 171.64 0.78 0.69
Hex 74 EE DD 33 0 7 7 AC 4E 45
Octal 164 356 335 63 0 7 7 254 116 105
Binary 1110100 11101110 11011101 110011 0 111 111 10101100 1001110 1000101

Color Harmonies of #74EEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EEDD

Black with #74EEDD

Text Example


Text Example

White with #74EEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,238,221); }

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

background-color css

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

 a { background-color: rgb(116,238,221); }

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

border-color css

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

 span { border-color: rgb(116,238,221); }

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