Html Css Color HEX #78CFCA Downy

📋 copy color: '#78CFCA'

red 120 ◦ green 207 ◦ blue 202

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

Shades of Downy #78CFCA

Tints of Downy #78CFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.19%

R = 22.68%
G = 39.13%
B = 38.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#78CFCA (or 0x78CFCA) is known color: Downy. HEX triplet: 78, CF and CA. RGB value is (120,207,202). Sum of RGB (Red+Green+Blue) = 120+207+202=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFCA is #873035. Grayscale: #B4B4B4. Windows color (decimal): -8859702 or 13291384. OLE color: 13291384.

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

Color convert

RGB 120 207 202 -
CMYK 0.42 0 0.02 0.19
HSL 176.55º 0.48% 0.64% -
HSV(B) 176.55º 0.42% 0.81% -
XYZ 40.72 52.88 63.94 -
YUV 180.42 140.18 84.91 -
System Red Green Blue C M Y K H S L
Decimal 120 207 202 0.42 0 0.02 0.19 176.55 0.48 0.64
Hex 78 CF CA 2A 0 2 13 B1 30 40
Octal 170 317 312 52 0 2 23 261 60 100
Binary 1111000 11001111 11001010 101010 0 10 10011 10110001 110000 1000000

Color Harmonies of #78CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CFCA

Black with #78CFCA

Text Example


Text Example

White with #78CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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