Html Css Color HEX #74EDD2 Aquamarine

📋 copy color: '#74EDD2'

red 116 ◦ green 237 ◦ blue 210

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

Shades of Aquamarine #74EDD2

Tints of Aquamarine #74EDD2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.1%

 BLUE value IS 210 (82.42% from 255) = 37.3%

R = 20.6%
G = 42.1%
B = 37.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#74EDD2 (or 0x74EDD2) is known color: Aquamarine. HEX triplet: 74, ED and D2. RGB value is (116,237,210). Sum of RGB (Red+Green+Blue) = 116+237+210=563 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.60% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #74EDD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EDD2 is #8B122D. Grayscale: #C5C5C5. Windows color (decimal): -9114158 or 13823348. OLE color: 13823348.

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

Color convert

RGB 116 237 210 -
CMYK 0.51 0 0.11 0.07
HSL 166.61º 0.77% 0.69% -
HSV(B) 166.61º 0.51% 0.93% -
XYZ 49.12 68.93 71.69 -
YUV 197.74 134.91 69.7 -
System Red Green Blue C M Y K H S L
Decimal 116 237 210 0.51 0 0.11 0.07 166.61 0.77 0.69
Hex 74 ED D2 33 0 B 7 A7 4D 45
Octal 164 355 322 63 0 13 7 247 115 105
Binary 1110100 11101101 11010010 110011 0 1011 111 10100111 1001101 1000101

Color Harmonies of #74EDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EDD2

Black with #74EDD2

Text Example


Text Example

White with #74EDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,237,210); }

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

background-color css

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

 a { background-color: rgb(116,237,210); }

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

border-color css

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

 span { border-color: rgb(116,237,210); }

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