#7FDDCD

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

Shades of Riptide #7FDDCD

Tints of Riptide #7FDDCD

Color information

#7FDDCD (or 0x7FDDCD) is unknown color: approx Riptide. HEX triplet: 7F, DD and CD. RGB value is (127,221,205). Sum of RGB (Red+Green+Blue) = 127+221+205=553 (73% of max value = 765). Red value is 127 (50% from 255 or 22.97% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDCD is #802232. Grayscale: #BFBFBF. Windows color (decimal): -8397363 or 13491583. OLE color: 13491583.

HSL color Cylindrical-coordinate representation of color #7FDDCD: hue angle of 169.79º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDDCD is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB127221205-
CMYK0.4300.070.13
HSL169.79º58.02%68.24%-
HSV(B)169.79º42.53%86.67%-
XYZ45.6360.6367.06-
YUV191.07135.8682.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.97%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=22.97%
G=39.96%
B=37.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1272212050.4300.070.13169.7958.0268.24
Hex7FDDCD2B07Daa3a44
Octal17733531553071525272104
Binary1111111110111011100110110101101111101101010101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FDDCD; }

 p { color: rgb(127,221,205); }

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

<style>
 a { background-color: #7FDDCD; }

 a { background-color: rgb(127,221,205); }

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

<style>
 span { border-color: #7FDDCD; }

 span { border-color: rgb(127,221,205); }

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