#7DDCC7

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

Shades of Riptide #7DDCC7

Tints of Riptide #7DDCC7

Color information

#7DDCC7 (or 0x7DDCC7) is unknown color: approx Riptide. HEX triplet: 7D, DC and C7. RGB value is (125,220,199). Sum of RGB (Red+Green+Blue) = 125+220+199=544 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.98% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCC7 is #822338. Grayscale: #BDBDBD. Windows color (decimal): -8528697 or 13098109. OLE color: 13098109.

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

Color convert

RGB125220199-
CMYK0.4300.100.14
HSL166.74º57.58%67.65%-
HSV(B)166.74º43.18%86.27%-
XYZ44.3659.6763.21-
YUV189.2133.5382.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.98%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 199 (78.12% from 255) = 36.58%
R=22.98%
G=40.44%
B=36.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252201990.4300.100.14166.7457.5867.65
Hex7DDCC72B0AEa73a44
Octal175334307530121624772104
Binary11111011101110011000111101011010101110101001111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,220,199); }

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

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

 a { background-color: rgb(125,220,199); }

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

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

 span { border-color: rgb(125,220,199); }

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