Html Css Color HEX #78CECC Downy

📋 copy color: '#78CECC'

red 120 ◦ green 206 ◦ blue 204

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

Shades of Downy #78CECC

Tints of Downy #78CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.87%

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 22.64%
G = 38.87%
B = 38.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#78CECC (or 0x78CECC) is known color: Downy. HEX triplet: 78, CE and CC. RGB value is (120,206,204). Sum of RGB (Red+Green+Blue) = 120+206+204=530 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.64% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #78CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CECC is #873133. Grayscale: #B3B3B3. Windows color (decimal): -8859956 or 13422200. OLE color: 13422200.

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

Color convert

RGB 120 206 204 -
CMYK 0.42 0 0.01 0.19
HSL 178.6º 0.47% 0.64% -
HSV(B) 178.6º 0.42% 0.81% -
XYZ 40.72 52.5 65.11 -
YUV 180.06 141.51 85.16 -
System Red Green Blue C M Y K H S L
Decimal 120 206 204 0.42 0 0.01 0.19 178.6 0.47 0.64
Hex 78 CE CC 2A 0 1 13 B3 2F 40
Octal 170 316 314 52 0 1 23 263 57 100
Binary 1111000 11001110 11001100 101010 0 1 10011 10110011 101111 1000000

Color Harmonies of #78CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CECC

Black with #78CECC

Text Example


Text Example

White with #78CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,206,204); }

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

background-color css

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

 a { background-color: rgb(120,206,204); }

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

border-color css

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

 span { border-color: rgb(120,206,204); }

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