#78E9C0

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

Shades of Riptide #78E9C0

Tints of Riptide #78E9C0

Color information

#78E9C0 (or 0x78E9C0) is unknown color: approx Riptide. HEX triplet: 78, E9 and C0. RGB value is (120,233,192). Sum of RGB (Red+Green+Blue) = 120+233+192=545 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.02% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #78E9C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E9C0 is #87163F. Grayscale: #C2C2C2. Windows color (decimal): -8853056 or 12642680. OLE color: 12642680.

HSL color Cylindrical-coordinate representation of color #78E9C0: hue angle of 158.23º degrees, saturation: 0.72, 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 #78E9C0 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB120233192-
CMYK0.4800.180.09
HSL158.23º71.97%69.22%-
HSV(B)158.23º48.5%91.37%-
XYZ46.466.0860.18-
YUV194.54126.5674.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.02%
GREEN value IS 233 (91.41% from 255) = 42.75%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=22.02%
G=42.75%
B=35.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1202331920.4800.180.09158.2371.9769.22
Hex78E9C03001299e4845
Octal1703513006002211236110105
Binary1111000111010011100000011000001001010011001111010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,233,192); }

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

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

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

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

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

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

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