Html Css Color HEX #78D6BA Downy

📋 copy color: '#78D6BA'

red 120 ◦ green 214 ◦ blue 186

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

Shades of Downy #78D6BA

Tints of Downy #78D6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.15%

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 23.08%
G = 41.15%
B = 35.77%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#78D6BA (or 0x78D6BA) is known color: Downy. HEX triplet: 78, D6 and BA. RGB value is (120,214,186). Sum of RGB (Red+Green+Blue) = 120+214+186=520 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.08% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #78D6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D6BA is #872945. Grayscale: #B6B6B6. Windows color (decimal): -8857926 or 12244600. OLE color: 12244600.

HSL color Cylindrical-coordinate representation of color #78D6BA: hue angle of 162.13º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D6BA is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 214 186 -
CMYK 0.44 0 0.13 0.16
HSL 162.13º 0.53% 0.65% -
HSV(B) 162.13º 0.44% 0.84% -
XYZ 40.66 55.63 55.05 -
YUV 182.7 129.86 83.28 -
System Red Green Blue C M Y K H S L
Decimal 120 214 186 0.44 0 0.13 0.16 162.13 0.53 0.65
Hex 78 D6 BA 2C 0 D 10 A2 35 41
Octal 170 326 272 54 0 15 20 242 65 101
Binary 1111000 11010110 10111010 101100 0 1101 10000 10100010 110101 1000001

Color Harmonies of #78D6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D6BA

Black with #78D6BA

Text Example


Text Example

White with #78D6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,214,186); }

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

background-color css

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

 a { background-color: rgb(120,214,186); }

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

border-color css

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

 span { border-color: rgb(120,214,186); }

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