Html Css Color HEX #78EDD0 Aquamarine

📋 copy color: '#78EDD0'

red 120 ◦ green 237 ◦ blue 208

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

Shades of Aquamarine #78EDD0

Tints of Aquamarine #78EDD0

RGB

 RED value IS 120 (47.27% from 255) = 21.24%

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

 BLUE value IS 208 (81.64% from 255) = 36.81%

R = 21.24%
G = 41.95%
B = 36.81%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#78EDD0 (or 0x78EDD0) is known color: Aquamarine. HEX triplet: 78, ED and D0. RGB value is (120,237,208). Sum of RGB (Red+Green+Blue) = 120+237+208=565 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.24% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EDD0 is #87122F. Grayscale: #C6C6C6. Windows color (decimal): -8852016 or 13692280. OLE color: 13692280.

HSL color Cylindrical-coordinate representation of color #78EDD0: hue angle of 165.13º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EDD0 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 237 208 -
CMYK 0.49 0 0.12 0.07
HSL 165.13º 0.76% 0.7% -
HSV(B) 165.13º 0.49% 0.93% -
XYZ 49.42 69.12 70.41 -
YUV 198.71 133.24 71.86 -
System Red Green Blue C M Y K H S L
Decimal 120 237 208 0.49 0 0.12 0.07 165.13 0.76 0.7
Hex 78 ED D0 31 0 C 7 A5 4C 46
Octal 170 355 320 61 0 14 7 245 114 106
Binary 1111000 11101101 11010000 110001 0 1100 111 10100101 1001100 1000110

Color Harmonies of #78EDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EDD0

Black with #78EDD0

Text Example


Text Example

White with #78EDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78EDD0; }

 p { color: rgb(120,237,208); }

 H1.HeaderClassName
 {
   color: #78EDD0;
 }
 .AnyTagClassName
 {
   color: #78EDD0;
 }
</style>

background-color css

<style>
 a { background-color: #78EDD0; }

 a { background-color: rgb(120,237,208); }

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

border-color css

<style>
 span { border-color: #78EDD0; }

 span { border-color: rgb(120,237,208); }

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