Html Css Color HEX #78CBC6 Downy

📋 copy color: '#78CBC6'

red 120 ◦ green 203 ◦ blue 198

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

Shades of Downy #78CBC6

Tints of Downy #78CBC6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.96%

 BLUE value IS 198 (77.73% from 255) = 38%

R = 23.03%
G = 38.96%
B = 38%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#78CBC6 (or 0x78CBC6) is known color: Downy. HEX triplet: 78, CB and C6. RGB value is (120,203,198). Sum of RGB (Red+Green+Blue) = 120+203+198=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #78CBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CBC6 is #873439. Grayscale: #B1B1B1. Windows color (decimal): -8860730 or 13028216. OLE color: 13028216.

HSL color Cylindrical-coordinate representation of color #78CBC6: hue angle of 176.39º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CBC6 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 203 198 -
CMYK 0.41 0 0.02 0.20
HSL 176.39º 0.44% 0.63% -
HSV(B) 176.39º 0.41% 0.8% -
XYZ 39.29 50.78 61.16 -
YUV 177.61 139.5 86.91 -
System Red Green Blue C M Y K H S L
Decimal 120 203 198 0.41 0 0.02 0.20 176.39 0.44 0.63
Hex 78 CB C6 29 0 2 14 B0 2C 3F
Octal 170 313 306 51 0 2 24 260 54 77
Binary 1111000 11001011 11000110 101001 0 10 10100 10110000 101100 111111

Color Harmonies of #78CBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CBC6

Black with #78CBC6

Text Example


Text Example

White with #78CBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,203,198); }

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

background-color css

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

 a { background-color: rgb(120,203,198); }

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

border-color css

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

 span { border-color: rgb(120,203,198); }

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