Html Css Color HEX #78CFBE Downy

📋 copy color: '#78CFBE'

red 120 ◦ green 207 ◦ blue 190

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

Shades of Downy #78CFBE

Tints of Downy #78CFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.75%

R = 23.21%
G = 40.04%
B = 36.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#78CFBE (or 0x78CFBE) is known color: Downy. HEX triplet: 78, CF and BE. RGB value is (120,207,190). Sum of RGB (Red+Green+Blue) = 120+207+190=517 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.21% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFBE is #873041. Grayscale: #B3B3B3. Windows color (decimal): -8859714 or 12504952. OLE color: 12504952.

HSL color Cylindrical-coordinate representation of color #78CFBE: hue angle of 168.28º 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 #78CFBE is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 207 190 -
CMYK 0.42 0 0.08 0.19
HSL 168.28º 0.48% 0.64% -
HSV(B) 168.28º 0.42% 0.81% -
XYZ 39.35 52.34 56.74 -
YUV 179.05 134.18 85.88 -
System Red Green Blue C M Y K H S L
Decimal 120 207 190 0.42 0 0.08 0.19 168.28 0.48 0.64
Hex 78 CF BE 2A 0 8 13 A8 30 40
Octal 170 317 276 52 0 10 23 250 60 100
Binary 1111000 11001111 10111110 101010 0 1000 10011 10101000 110000 1000000

Color Harmonies of #78CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CFBE

Black with #78CFBE

Text Example


Text Example

White with #78CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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