#7DDFCA

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

Shades of Riptide #7DDFCA

Tints of Riptide #7DDFCA

Color information

#7DDFCA (or 0x7DDFCA) is unknown color: approx Riptide. HEX triplet: 7D, DF and CA. RGB value is (125,223,202). Sum of RGB (Red+Green+Blue) = 125+223+202=550 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.73% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFCA is #822035. Grayscale: #BFBFBF. Windows color (decimal): -8527926 or 13295485. OLE color: 13295485.

HSL color Cylindrical-coordinate representation of color #7DDFCA: hue angle of 167.14º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDFCA is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB125223202-
CMYK0.4400.090.13
HSL167.14º60.49%68.24%-
HSV(B)167.14º43.95%87.45%-
XYZ45.5161.465.33-
YUV191.3134.0380.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.73%
GREEN value IS 223 (87.5% from 255) = 40.55%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=22.73%
G=40.55%
B=36.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252232020.4400.090.13167.1460.4968.24
Hex7DDFCA2C09Da73c44
Octal175337312540111524774104
Binary11111011101111111001010101100010011101101001111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,223,202); }

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

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

 a { background-color: rgb(125,223,202); }

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

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

 span { border-color: rgb(125,223,202); }

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