#7DDDC9

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

Shades of Riptide #7DDDC9

Tints of Riptide #7DDDC9

Color information

#7DDDC9 (or 0x7DDDC9) is unknown color: approx Riptide. HEX triplet: 7D, DD and C9. RGB value is (125,221,201). Sum of RGB (Red+Green+Blue) = 125+221+201=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDC9 is #822236. Grayscale: #BEBEBE. Windows color (decimal): -8528439 or 13229437. OLE color: 13229437.

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

Color convert

RGB125221201-
CMYK0.4300.090.13
HSL167.5º58.54%67.84%-
HSV(B)167.5º43.44%86.67%-
XYZ44.8660.2964.53-
YUV190.02134.281.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.85%
GREEN value IS 221 (86.72% from 255) = 40.40%
BLUE value IS 201 (78.91% from 255) = 36.75%
R=22.85%
G=40.40%
B=36.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252212010.4300.090.13167.558.5467.84
Hex7DDDC92B09Da83b44
Octal175335311530111525073104
Binary11111011101110111001001101011010011101101010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,221,201); }

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

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

 a { background-color: rgb(125,221,201); }

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

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

 span { border-color: rgb(125,221,201); }

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