Html Css Color HEX #78D7DF Spray

📋 copy color: '#78D7DF'

red 120 ◦ green 215 ◦ blue 223

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

Shades of Spray #78D7DF

Tints of Spray #78D7DF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.53%

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 21.51%
G = 38.53%
B = 39.96%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78D7DF (or 0x78D7DF) is known color: Spray. HEX triplet: 78, D7 and DF. RGB value is (120,215,223). Sum of RGB (Red+Green+Blue) = 120+215+223=558 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.51% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #78D7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D7DF is #872820. Grayscale: #BBBBBB. Windows color (decimal): -8857633 or 14669688. OLE color: 14669688.

HSL color Cylindrical-coordinate representation of color #78D7DF: hue angle of 184.66º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78D7DF is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 215 223 -
CMYK 0.46 0.04 0 0.13
HSL 184.66º 0.62% 0.67% -
HSV(B) 184.66º 0.46% 0.87% -
XYZ 45.37 57.92 78.6 -
YUV 187.51 148.03 79.85 -
System Red Green Blue C M Y K H S L
Decimal 120 215 223 0.46 0.04 0 0.13 184.66 0.62 0.67
Hex 78 D7 DF 2E 4 0 D B9 3E 43
Octal 170 327 337 56 4 0 15 271 76 103
Binary 1111000 11010111 11011111 101110 100 0 1101 10111001 111110 1000011

Color Harmonies of #78D7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D7DF

Black with #78D7DF

Text Example


Text Example

White with #78D7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,215,223); }

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

background-color css

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

 a { background-color: rgb(120,215,223); }

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

border-color css

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

 span { border-color: rgb(120,215,223); }

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