Html Css Color HEX #78FADD Aquamarine

📋 copy color: '#78FADD'

red 120 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #78FADD

Tints of Aquamarine #78FADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.3%

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

R = 20.3%
G = 42.3%
B = 37.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#78FADD (or 0x78FADD) is known color: Aquamarine. HEX triplet: 78, FA and DD. RGB value is (120,250,221). Sum of RGB (Red+Green+Blue) = 120+250+221=591 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.30% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #78FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FADD is #870522. Grayscale: #CFCFCF. Windows color (decimal): -8848675 or 14547576. OLE color: 14547576.

HSL color Cylindrical-coordinate representation of color #78FADD: hue angle of 166.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78FADD is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 250 221 -
CMYK 0.52 0 0.12 0.02
HSL 166.62º 0.93% 0.73% -
HSV(B) 166.62º 0.52% 0.98% -
XYZ 54.98 77.58 80.48 -
YUV 207.82 135.43 65.36 -
System Red Green Blue C M Y K H S L
Decimal 120 250 221 0.52 0 0.12 0.02 166.62 0.93 0.73
Hex 78 FA DD 34 0 C 2 A7 5D 49
Octal 170 372 335 64 0 14 2 247 135 111
Binary 1111000 11111010 11011101 110100 0 1100 10 10100111 1011101 1001001

Color Harmonies of #78FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FADD

Black with #78FADD

Text Example


Text Example

White with #78FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,250,221); }

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

background-color css

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

 a { background-color: rgb(120,250,221); }

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

border-color css

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

 span { border-color: rgb(120,250,221); }

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