#78C7CB

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

Shades of Spray #78C7CB

Tints of Spray #78C7CB

Color information

#78C7CB (or 0x78C7CB) is unknown color: approx Spray. HEX triplet: 78, C7 and CB. RGB value is (120,199,203). Sum of RGB (Red+Green+Blue) = 120+199+203=522 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.99% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #78C7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C7CB is #873834. Grayscale: #AFAFAF. Windows color (decimal): -8861749 or 13354872. OLE color: 13354872.

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

Color convert

RGB120199203-
CMYK0.410.0200.20
HSL182.89º44.39%63.33%-
HSV(B)182.89º40.89%79.61%-
XYZ38.9549.1563.93-
YUV175.83143.3388.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.99%
GREEN value IS 199 (78.12% from 255) = 38.12%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=22.99%
G=38.12%
B=38.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201992030.410.0200.20182.8944.3963.33
Hex78C7CB292014b72c3f
Octal1703073135120242675477
Binary111100011000111110010111010011001010010110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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