Html Css Color HEX #78E1B4 Downy

📋 copy color: '#78E1B4'

red 120 ◦ green 225 ◦ blue 180

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

Shades of Downy #78E1B4

Tints of Downy #78E1B4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.86%

 BLUE value IS 180 (70.7% from 255) = 34.29%

R = 22.86%
G = 42.86%
B = 34.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.2

 K value IS 0.12

RGB Variations

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

Color information

#78E1B4 (or 0x78E1B4) is known color: Downy. HEX triplet: 78, E1 and B4. RGB value is (120,225,180). Sum of RGB (Red+Green+Blue) = 120+225+180=525 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.86% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #78E1B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E1B4 is #871E4B. Grayscale: #BCBCBC. Windows color (decimal): -8855116 or 11854200. OLE color: 11854200.

HSL color Cylindrical-coordinate representation of color #78E1B4: hue angle of 154.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78E1B4 is Cyan = 0.47, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB 120 225 180 -
CMYK 0.47 0 0.2 0.12
HSL 154.29º 0.64% 0.68% -
HSV(B) 154.29º 0.47% 0.88% -
XYZ 42.91 61.14 52.72 -
YUV 188.48 123.21 79.16 -
System Red Green Blue C M Y K H S L
Decimal 120 225 180 0.47 0 0.2 0.12 154.29 0.64 0.68
Hex 78 E1 B4 2F 0 14 C 9A 40 44
Octal 170 341 264 57 0 24 14 232 100 104
Binary 1111000 11100001 10110100 101111 0 10100 1100 10011010 1000000 1000100

Color Harmonies of #78E1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78E1B4

Black with #78E1B4

Text Example


Text Example

White with #78E1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,225,180); }

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

background-color css

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

 a { background-color: rgb(120,225,180); }

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

border-color css

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

 span { border-color: rgb(120,225,180); }

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