#78E8CC

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

Shades of Riptide #78E8CC

Tints of Riptide #78E8CC

Color information

#78E8CC (or 0x78E8CC) is unknown color: approx Riptide. HEX triplet: 78, E8 and CC. RGB value is (120,232,204). Sum of RGB (Red+Green+Blue) = 120+232+204=556 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.58% from 556); Green value is 232 (91.02% from 255 or 41.73% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 232 - color contains mainly: green. Hex color #78E8CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E8CC is #871733. Grayscale: #C3C3C3. Windows color (decimal): -8853300 or 13428856. OLE color: 13428856.

HSL color Cylindrical-coordinate representation of color #78E8CC: hue angle of 165º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E8CC is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB120232204-
CMYK0.4800.120.09
HSL165º70.89%69.02%-
HSV(B)165º48.28%90.98%-
XYZ47.566.0767.38-
YUV195.32132.8974.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.58%
GREEN value IS 232 (91.02% from 255) = 41.73%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=21.58%
G=41.73%
B=36.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1202322040.4800.120.0916570.8969.02
Hex78E8CC300C9a54745
Octal1703503146001411245107105
Binary111100011101000110011001100000110010011010010110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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