Html Css Color HEX #78CECB Downy

📋 copy color: '#78CECB'

red 120 ◦ green 206 ◦ blue 203

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

Shades of Downy #78CECB

Tints of Downy #78CECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 22.68%
G = 38.94%
B = 38.37%

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

#78CECB (or 0x78CECB) is known color: Downy. HEX triplet: 78, CE and CB. RGB value is (120,206,203). Sum of RGB (Red+Green+Blue) = 120+206+203=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #78CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CECB is #873134. Grayscale: #B3B3B3. Windows color (decimal): -8859957 or 13356664. OLE color: 13356664.

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

Color convert

RGB 120 206 203 -
CMYK 0.42 0 0.01 0.19
HSL 177.91º 0.47% 0.64% -
HSV(B) 177.91º 0.42% 0.81% -
XYZ 40.6 52.45 64.48 -
YUV 179.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 120 206 203 0.42 0 0.01 0.19 177.91 0.47 0.64
Hex 78 CE CB 2A 0 1 13 B2 2F 40
Octal 170 316 313 52 0 1 23 262 57 100
Binary 1111000 11001110 11001011 101010 0 1 10011 10110010 101111 1000000

Color Harmonies of #78CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CECB

Black with #78CECB

Text Example


Text Example

White with #78CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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