Html Css Color HEX #74EEDA Aquamarine

📋 copy color: '#74EEDA'

red 116 ◦ green 238 ◦ blue 218

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

Shades of Aquamarine #74EEDA

Tints of Aquamarine #74EEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.11%

R = 20.28%
G = 41.61%
B = 38.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#74EEDA (or 0x74EEDA) is known color: Aquamarine. HEX triplet: 74, EE and DA. RGB value is (116,238,218). Sum of RGB (Red+Green+Blue) = 116+238+218=572 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.28% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EEDA is #8B1125. Grayscale: #C7C7C7. Windows color (decimal): -9113894 or 14347892. OLE color: 14347892.

HSL color Cylindrical-coordinate representation of color #74EEDA: hue angle of 170.16º 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 #74EEDA is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 238 218 -
CMYK 0.51 0 0.08 0.07
HSL 170.16º 0.78% 0.69% -
HSV(B) 170.16º 0.51% 0.93% -
XYZ 50.43 69.92 77.17 -
YUV 199.24 138.58 68.63 -
System Red Green Blue C M Y K H S L
Decimal 116 238 218 0.51 0 0.08 0.07 170.16 0.78 0.69
Hex 74 EE DA 33 0 8 7 AA 4E 45
Octal 164 356 332 63 0 10 7 252 116 105
Binary 1110100 11101110 11011010 110011 0 1000 111 10101010 1001110 1000101

Color Harmonies of #74EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EEDA

Black with #74EEDA

Text Example


Text Example

White with #74EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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