#7CDDD1

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

Shades of Riptide #7CDDD1

Tints of Riptide #7CDDD1

Color information

#7CDDD1 (or 0x7CDDD1) is unknown color: approx Riptide. HEX triplet: 7C, DD and D1. RGB value is (124,221,209). Sum of RGB (Red+Green+Blue) = 124+221+209=554 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.38% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDD1 is #83222E. Grayscale: #BEBEBE. Windows color (decimal): -8593967 or 13753724. OLE color: 13753724.

HSL color Cylindrical-coordinate representation of color #7CDDD1: hue angle of 172.58º degrees, saturation: 0.59, 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 #7CDDD1 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB124221209-
CMYK0.4400.050.13
HSL172.58º58.79%67.65%-
HSV(B)172.58º43.89%86.67%-
XYZ45.6860.669.61-
YUV190.63138.3680.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.38%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=22.38%
G=39.89%
B=37.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242212090.4400.050.13172.5858.7967.65
Hex7CDDD12C05Dad3b44
Octal17433532154051525573104
Binary1111100110111011101000110110001011101101011011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,221,209); }

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

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

 a { background-color: rgb(124,221,209); }

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

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

 span { border-color: rgb(124,221,209); }

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