Html Css Color HEX #78EFD2 Aquamarine

📋 copy color: '#78EFD2'

red 120 ◦ green 239 ◦ blue 210

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

Shades of Aquamarine #78EFD2

Tints of Aquamarine #78EFD2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42%

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

R = 21.09%
G = 42%
B = 36.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#78EFD2 (or 0x78EFD2) is known color: Aquamarine. HEX triplet: 78, EF and D2. RGB value is (120,239,210). Sum of RGB (Red+Green+Blue) = 120+239+210=569 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.09% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #78EFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EFD2 is #87102D. Grayscale: #C8C8C8. Windows color (decimal): -8851502 or 13823864. OLE color: 13823864.

HSL color Cylindrical-coordinate representation of color #78EFD2: hue angle of 165.38º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EFD2 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 120 239 210 -
CMYK 0.50 0 0.12 0.06
HSL 165.38º 0.79% 0.7% -
HSV(B) 165.38º 0.5% 0.94% -
XYZ 50.25 70.38 71.91 -
YUV 200.11 133.58 70.86 -
System Red Green Blue C M Y K H S L
Decimal 120 239 210 0.50 0 0.12 0.06 165.38 0.79 0.7
Hex 78 EF D2 32 0 C 6 A5 4F 46
Octal 170 357 322 62 0 14 6 245 117 106
Binary 1111000 11101111 11010010 110010 0 1100 110 10100101 1001111 1000110

Color Harmonies of #78EFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EFD2

Black with #78EFD2

Text Example


Text Example

White with #78EFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,239,210); }

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

background-color css

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

 a { background-color: rgb(120,239,210); }

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

border-color css

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

 span { border-color: rgb(120,239,210); }

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