#7CDAD1

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

Shades of Riptide #7CDAD1

Tints of Riptide #7CDAD1

Color information

#7CDAD1 (or 0x7CDAD1) is unknown color: approx Riptide. HEX triplet: 7C, DA and D1. RGB value is (124,218,209). Sum of RGB (Red+Green+Blue) = 124+218+209=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDAD1 is #83252E. Grayscale: #BCBCBC. Windows color (decimal): -8594735 or 13752956. OLE color: 13752956.

HSL color Cylindrical-coordinate representation of color #7CDAD1: hue angle of 174.26º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDAD1 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB124218209-
CMYK0.4300.040.15
HSL174.26º55.95%67.06%-
HSV(B)174.26º43.12%85.49%-
XYZ44.8959.0369.35-
YUV188.87139.3681.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.50%
GREEN value IS 218 (85.55% from 255) = 39.56%
BLUE value IS 209 (82.03% from 255) = 37.93%
R=22.50%
G=39.56%
B=37.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1242182090.4300.040.15174.2655.9567.06
Hex7CDAD12B04Fae3843
Octal17433232153041725670103
Binary1111100110110101101000110101101001111101011101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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