#7FDCC9

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

Shades of Riptide #7FDCC9

Tints of Riptide #7FDCC9

Color information

#7FDCC9 (or 0x7FDCC9) is unknown color: approx Riptide. HEX triplet: 7F, DC and C9. RGB value is (127,220,201). Sum of RGB (Red+Green+Blue) = 127+220+201=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDCC9 is #802336. Grayscale: #BEBEBE. Windows color (decimal): -8397623 or 13229183. OLE color: 13229183.

HSL color Cylindrical-coordinate representation of color #7FDCC9: hue angle of 167.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDCC9 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB127220201-
CMYK0.4200.090.14
HSL167.74º57.06%68.04%-
HSV(B)167.74º42.27%86.27%-
XYZ44.8959.9264.46-
YUV190.03134.1983.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.18%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 201 (78.91% from 255) = 36.68%
R=23.18%
G=40.15%
B=36.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1272202010.4200.090.14167.7457.0668.04
Hex7FDCC92A09Ea83944
Octal177334311520111625071104
Binary11111111101110011001001101010010011110101010001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,220,201); }

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

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

 a { background-color: rgb(127,220,201); }

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

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

 span { border-color: rgb(127,220,201); }

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