#7FDCCA

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

Shades of Riptide #7FDCCA

Tints of Riptide #7FDCCA

Color information

#7FDCCA (or 0x7FDCCA) is unknown color: approx Riptide. HEX triplet: 7F, DC and CA. RGB value is (127,220,202). Sum of RGB (Red+Green+Blue) = 127+220+202=549 (72% of max value = 765). Red value is 127 (50% from 255 or 23.13% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDCCA is #802335. Grayscale: #BEBEBE. Windows color (decimal): -8397622 or 13294719. OLE color: 13294719.

HSL color Cylindrical-coordinate representation of color #7FDCCA: hue angle of 168.39º 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 #7FDCCA is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB127220202-
CMYK0.4200.080.14
HSL168.39º57.06%68.04%-
HSV(B)168.39º42.27%86.27%-
XYZ45.0159.9665.08-
YUV190.14134.6982.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.13%
GREEN value IS 220 (86.33% from 255) = 40.07%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=23.13%
G=40.07%
B=36.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1272202020.4200.080.14168.3957.0668.04
Hex7FDCCA2A08Ea83944
Octal177334312520101625071104
Binary11111111101110011001010101010010001110101010001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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