#7FDDCF

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

Shades of Riptide #7FDDCF

Tints of Riptide #7FDDCF

Color information

#7FDDCF (or 0x7FDDCF) is unknown color: approx Riptide. HEX triplet: 7F, DD and CF. RGB value is (127,221,207). Sum of RGB (Red+Green+Blue) = 127+221+207=555 (73% of max value = 765). Red value is 127 (50% from 255 or 22.88% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDCF is #802230. Grayscale: #BFBFBF. Windows color (decimal): -8397361 or 13622655. OLE color: 13622655.

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

Color convert

RGB127221207-
CMYK0.4300.060.13
HSL171.06º58.02%68.24%-
HSV(B)171.06º42.53%86.67%-
XYZ45.8760.7368.34-
YUV191.3136.8682.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.88%
GREEN value IS 221 (86.72% from 255) = 39.82%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=22.88%
G=39.82%
B=37.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1272212070.4300.060.13171.0658.0268.24
Hex7FDDCF2B06Dab3a44
Octal17733531753061525372104
Binary1111111110111011100111110101101101101101010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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