Html Css Color HEX #78CCCC Spray

📋 copy color: '#78CCCC'

red 120 ◦ green 204 ◦ blue 204

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

Shades of Spray #78CCCC

Tints of Spray #78CCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.64%

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 22.73%
G = 38.64%
B = 38.64%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#78CCCC (or 0x78CCCC) is known color: Spray. HEX triplet: 78, CC and CC. RGB value is (120,204,204). Sum of RGB (Red+Green+Blue) = 120+204+204=528 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.73% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #78CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CCCC is #873333. Grayscale: #B2B2B2. Windows color (decimal): -8860468 or 13421688. OLE color: 13421688.

HSL color Cylindrical-coordinate representation of color #78CCCC: hue angle of 180º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CCCC is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 204 204 -
CMYK 0.41 0 0 0.2
HSL 180º 0.45% 0.64% -
HSV(B) 180º 0.41% 0.8% -
XYZ 40.24 51.54 64.95 -
YUV 178.88 142.17 86 -
System Red Green Blue C M Y K H S L
Decimal 120 204 204 0.41 0 0 0.2 180 0.45 0.64
Hex 78 CC CC 29 0 0 14 B4 2D 40
Octal 170 314 314 51 0 0 24 264 55 100
Binary 1111000 11001100 11001100 101001 0 0 10100 10110100 101101 1000000

Color Harmonies of #78CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CCCC

Black with #78CCCC

Text Example


Text Example

White with #78CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,204,204); }

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

background-color css

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

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

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

border-color css

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

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

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