#7FDAC8

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

Shades of Riptide #7FDAC8

Tints of Riptide #7FDAC8

Color information

#7FDAC8 (or 0x7FDAC8) is unknown color: approx Riptide. HEX triplet: 7F, DA and C8. RGB value is (127,218,200). Sum of RGB (Red+Green+Blue) = 127+218+200=545 (72% of max value = 765). Red value is 127 (50% from 255 or 23.30% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDAC8 is #802537. Grayscale: #BCBCBC. Windows color (decimal): -8398136 or 13163135. OLE color: 13163135.

HSL color Cylindrical-coordinate representation of color #7FDAC8: hue angle of 168.13º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDAC8 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB127218200-
CMYK0.4200.080.15
HSL168.13º55.15%67.65%-
HSV(B)168.13º41.74%85.49%-
XYZ44.2558.8263.67-
YUV188.74134.3583.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.30%
GREEN value IS 218 (85.55% from 255) = 40%
BLUE value IS 200 (78.52% from 255) = 36.70%
R=23.30%
G=40%
B=36.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272182000.4200.080.15168.1355.1567.65
Hex7FDAC82A08Fa83744
Octal177332310520101725067104
Binary11111111101101011001000101010010001111101010001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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