#7FD7CF

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

Shades of Riptide #7FD7CF

Tints of Riptide #7FD7CF

Color information

#7FD7CF (or 0x7FD7CF) is unknown color: approx Riptide. HEX triplet: 7F, D7 and CF. RGB value is (127,215,207). Sum of RGB (Red+Green+Blue) = 127+215+207=549 (72% of max value = 765). Red value is 127 (50% from 255 or 23.13% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #7FD7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD7CF is #802830. Grayscale: #BBBBBB. Windows color (decimal): -8398897 or 13621119. OLE color: 13621119.

HSL color Cylindrical-coordinate representation of color #7FD7CF: hue angle of 174.55º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD7CF is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB127215207-
CMYK0.4100.040.16
HSL174.55º52.38%67.06%-
HSV(B)174.55º40.93%84.31%-
XYZ44.3257.6267.82-
YUV187.78138.8584.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.13%
GREEN value IS 215 (84.38% from 255) = 39.16%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=23.13%
G=39.16%
B=37.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1272152070.4100.040.16174.5552.3867.06
Hex7FD7CF290410af3443
Octal17732731751042025764103
Binary11111111101011111001111101001010010000101011111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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