#78CFDA

Color #78CFDA Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #78CFDA

Tints of Spray #78CFDA

Color information

#78CFDA (or 0x78CFDA) is unknown color: approx Spray. HEX triplet: 78, CF and DA. RGB value is (120,207,218). Sum of RGB (Red+Green+Blue) = 120+207+218=545 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.02% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #78CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFDA is #873025. Grayscale: #B6B6B6. Windows color (decimal): -8859686 or 14339960. OLE color: 14339960.

HSL color Cylindrical-coordinate representation of color #78CFDA: hue angle of 186.73º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78CFDA is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120207218-
CMYK0.450.0500.15
HSL186.73º56.98%66.27%-
HSV(B)186.73º44.95%85.49%-
XYZ42.7153.6874.44-
YUV182.24148.1883.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.02%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 218 (85.55% from 255) = 40%
R=22.02%
G=37.98%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202072180.450.0500.15186.7356.9866.27
Hex78CFDA2D50Fbb3942
Octal17031733255501727371102
Binary1111000110011111101101010110110101111101110111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78CFDA;
 }
 .AnyTagClassName
 {
   color: #78CFDA;
 }
</style>
background-color css

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

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

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

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

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

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