Html Css Color HEX #78CFB9 Downy

📋 copy color: '#78CFB9'

red 120 ◦ green 207 ◦ blue 185

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

Shades of Downy #78CFB9

Tints of Downy #78CFB9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.43%

 BLUE value IS 185 (72.66% from 255) = 36.13%

R = 23.44%
G = 40.43%
B = 36.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#78CFB9 (or 0x78CFB9) is known color: Downy. HEX triplet: 78, CF and B9. RGB value is (120,207,185). Sum of RGB (Red+Green+Blue) = 120+207+185=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFB9 is #873046. Grayscale: #B2B2B2. Windows color (decimal): -8859719 or 12177272. OLE color: 12177272.

HSL color Cylindrical-coordinate representation of color #78CFB9: hue angle of 164.83º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CFB9 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 207 185 -
CMYK 0.42 0 0.11 0.19
HSL 164.83º 0.48% 0.64% -
HSV(B) 164.83º 0.42% 0.81% -
XYZ 38.82 52.12 53.91 -
YUV 178.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 120 207 185 0.42 0 0.11 0.19 164.83 0.48 0.64
Hex 78 CF B9 2A 0 B 13 A5 30 40
Octal 170 317 271 52 0 13 23 245 60 100
Binary 1111000 11001111 10111001 101010 0 1011 10011 10100101 110000 1000000

Color Harmonies of #78CFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CFB9

Black with #78CFB9

Text Example


Text Example

White with #78CFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,207,185); }

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

background-color css

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

 a { background-color: rgb(120,207,185); }

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

border-color css

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

 span { border-color: rgb(120,207,185); }

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