#7CDCCF

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

Shades of Riptide #7CDCCF

Tints of Riptide #7CDCCF

Color information

#7CDCCF (or 0x7CDCCF) is unknown color: approx Riptide. HEX triplet: 7C, DC and CF. RGB value is (124,220,207). Sum of RGB (Red+Green+Blue) = 124+220+207=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDCCF is #832330. Grayscale: #BDBDBD. Windows color (decimal): -8594225 or 13622396. OLE color: 13622396.

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

Color convert

RGB124220207-
CMYK0.4400.060.14
HSL171.88º57.83%67.45%-
HSV(B)171.88º43.64%86.27%-
XYZ45.1759.9868.23-
YUV189.81137.781.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.50%
GREEN value IS 220 (86.33% from 255) = 39.93%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=22.50%
G=39.93%
B=37.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1242202070.4400.060.14171.8857.8367.45
Hex7CDCCF2C06Eac3a43
Octal17433431754061625472103
Binary1111100110111001100111110110001101110101011001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,220,207); }

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

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

 a { background-color: rgb(124,220,207); }

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

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

 span { border-color: rgb(124,220,207); }

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