Html Css Color HEX #78DCC5 Downy

📋 copy color: '#78DCC5'

red 120 ◦ green 220 ◦ blue 197

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

Shades of Downy #78DCC5

Tints of Downy #78DCC5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

 BLUE value IS 197 (77.34% from 255) = 36.69%

R = 22.35%
G = 40.97%
B = 36.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#78DCC5 (or 0x78DCC5) is known color: Downy. HEX triplet: 78, DC and C5. RGB value is (120,220,197). Sum of RGB (Red+Green+Blue) = 120+220+197=537 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.35% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #78DCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DCC5 is #87233A. Grayscale: #BBBBBB. Windows color (decimal): -8856379 or 12967032. OLE color: 12967032.

HSL color Cylindrical-coordinate representation of color #78DCC5: hue angle of 166.2º 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 #78DCC5 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 220 197 -
CMYK 0.45 0 0.10 0.14
HSL 166.2º 0.59% 0.67% -
HSV(B) 166.2º 0.45% 0.86% -
XYZ 43.42 59.21 61.96 -
YUV 187.48 133.37 79.87 -
System Red Green Blue C M Y K H S L
Decimal 120 220 197 0.45 0 0.10 0.14 166.2 0.59 0.67
Hex 78 DC C5 2D 0 A E A6 3B 43
Octal 170 334 305 55 0 12 16 246 73 103
Binary 1111000 11011100 11000101 101101 0 1010 1110 10100110 111011 1000011

Color Harmonies of #78DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DCC5

Black with #78DCC5

Text Example


Text Example

White with #78DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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