#7FDDC8

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

Shades of Riptide #7FDDC8

Tints of Riptide #7FDDC8

Color information

#7FDDC8 (or 0x7FDDC8) is unknown color: approx Riptide. HEX triplet: 7F, DD and C8. RGB value is (127,221,200). Sum of RGB (Red+Green+Blue) = 127+221+200=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDC8 is #802237. Grayscale: #BEBEBE. Windows color (decimal): -8397368 or 13163903. OLE color: 13163903.

HSL color Cylindrical-coordinate representation of color #7FDDC8: hue angle of 166.6º 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 #7FDDC8 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB127221200-
CMYK0.4300.100.13
HSL166.6º58.02%68.24%-
HSV(B)166.6º42.53%86.67%-
XYZ45.0360.463.93-
YUV190.5133.3682.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.18%
GREEN value IS 221 (86.72% from 255) = 40.33%
BLUE value IS 200 (78.52% from 255) = 36.50%
R=23.18%
G=40.33%
B=36.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1272212000.4300.100.13166.658.0268.24
Hex7FDDC82B0ADa73a44
Octal177335310530121524772104
Binary11111111101110111001000101011010101101101001111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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