#78DDD2

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

Shades of Riptide #78DDD2

Tints of Riptide #78DDD2

Color information

#78DDD2 (or 0x78DDD2) is unknown color: approx Riptide. HEX triplet: 78, DD and D2. RGB value is (120,221,210). Sum of RGB (Red+Green+Blue) = 120+221+210=551 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.78% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #78DDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DDD2 is #87222D. Grayscale: #BDBDBD. Windows color (decimal): -8856110 or 13819256. OLE color: 13819256.

HSL color Cylindrical-coordinate representation of color #78DDD2: hue angle of 173.47º degrees, saturation: 0.6, 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 #78DDD2 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB120221210-
CMYK0.4600.050.13
HSL173.47º59.76%66.86%-
HSV(B)173.47º45.7%86.67%-
XYZ45.2460.3670.24-
YUV189.55139.5478.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.78%
GREEN value IS 221 (86.72% from 255) = 40.11%
BLUE value IS 210 (82.42% from 255) = 38.11%
R=21.78%
G=40.11%
B=38.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1202212100.4600.050.13173.4759.7666.86
Hex78DDD22E05Dad3c43
Octal17033532256051525574103
Binary1111000110111011101001010111001011101101011011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,221,210); }

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

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

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

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

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

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

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