Html Css Color HEX #78C2DC Spray

📋 copy color: '#78C2DC'

red 120 ◦ green 194 ◦ blue 220

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

Shades of Spray #78C2DC

Tints of Spray #78C2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.33%

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 22.47%
G = 36.33%
B = 41.2%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#78C2DC (or 0x78C2DC) is known color: Spray. HEX triplet: 78, C2 and DC. RGB value is (120,194,220). Sum of RGB (Red+Green+Blue) = 120+194+220=534 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.47% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #78C2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C2DC is #873D23. Grayscale: #AEAEAE. Windows color (decimal): -8863012 or 14467704. OLE color: 14467704.

HSL color Cylindrical-coordinate representation of color #78C2DC: hue angle of 195.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78C2DC is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 194 220 -
CMYK 0.45 0.12 0 0.14
HSL 195.6º 0.59% 0.67% -
HSV(B) 195.6º 0.45% 0.86% -
XYZ 39.96 47.74 74.82 -
YUV 174.84 153.48 88.89 -
System Red Green Blue C M Y K H S L
Decimal 120 194 220 0.45 0.12 0 0.14 195.6 0.59 0.67
Hex 78 C2 DC 2D C 0 E C4 3B 43
Octal 170 302 334 55 14 0 16 304 73 103
Binary 1111000 11000010 11011100 101101 1100 0 1110 11000100 111011 1000011

Color Harmonies of #78C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C2DC

Black with #78C2DC

Text Example


Text Example

White with #78C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,194,220); }

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

background-color css

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

 a { background-color: rgb(120,194,220); }

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

border-color css

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

 span { border-color: rgb(120,194,220); }

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