Html Css Color HEX #78DDC1 Downy

📋 copy color: '#78DDC1'

red 120 ◦ green 221 ◦ blue 193

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

Shades of Downy #78DDC1

Tints of Downy #78DDC1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.39%

 BLUE value IS 193 (75.78% from 255) = 36.14%

R = 22.47%
G = 41.39%
B = 36.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#78DDC1 (or 0x78DDC1) is known color: Downy. HEX triplet: 78, DD and C1. RGB value is (120,221,193). Sum of RGB (Red+Green+Blue) = 120+221+193=534 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.47% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #78DDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DDC1 is #87223E. Grayscale: #BBBBBB. Windows color (decimal): -8856127 or 12705144. OLE color: 12705144.

HSL color Cylindrical-coordinate representation of color #78DDC1: hue angle of 163.37º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DDC1 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 221 193 -
CMYK 0.46 0 0.13 0.13
HSL 163.37º 0.6% 0.67% -
HSV(B) 163.37º 0.46% 0.87% -
XYZ 43.23 59.56 59.67 -
YUV 187.61 131.04 79.78 -
System Red Green Blue C M Y K H S L
Decimal 120 221 193 0.46 0 0.13 0.13 163.37 0.6 0.67
Hex 78 DD C1 2E 0 D D A3 3C 43
Octal 170 335 301 56 0 15 15 243 74 103
Binary 1111000 11011101 11000001 101110 0 1101 1101 10100011 111100 1000011

Color Harmonies of #78DDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DDC1

Black with #78DDC1

Text Example


Text Example

White with #78DDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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