#7DE2CC

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

Shades of Riptide #7DE2CC

Tints of Riptide #7DE2CC

Color information

#7DE2CC (or 0x7DE2CC) is unknown color: approx Riptide. HEX triplet: 7D, E2 and CC. RGB value is (125,226,204). Sum of RGB (Red+Green+Blue) = 125+226+204=555 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.52% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE2CC is #821D33. Grayscale: #C1C1C1. Windows color (decimal): -8527156 or 13427325. OLE color: 13427325.

HSL color Cylindrical-coordinate representation of color #7DE2CC: hue angle of 166.93º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE2CC is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB125226204-
CMYK0.4500.100.11
HSL166.93º63.52%68.82%-
HSV(B)166.93º44.69%88.63%-
XYZ46.5563.1166.86-
YUV193.29134.0479.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.52%
GREEN value IS 226 (88.67% from 255) = 40.72%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=22.52%
G=40.72%
B=36.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1252262040.4500.100.11166.9363.5268.82
Hex7DE2CC2D0ABa74045
Octal1753423145501213247100105
Binary111110111100010110011001011010101010111010011110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,226,204); }

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

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

 a { background-color: rgb(125,226,204); }

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

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

 span { border-color: rgb(125,226,204); }

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