#7CD2CC

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

Shades of Riptide #7CD2CC

Tints of Riptide #7CD2CC

Color information

#7CD2CC (or 0x7CD2CC) is unknown color: approx Riptide. HEX triplet: 7C, D2 and CC. RGB value is (124,210,204). Sum of RGB (Red+Green+Blue) = 124+210+204=538 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.05% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #7CD2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD2CC is #832D33. Grayscale: #B7B7B7. Windows color (decimal): -8596788 or 13423228. OLE color: 13423228.

HSL color Cylindrical-coordinate representation of color #7CD2CC: hue angle of 175.81º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CD2CC is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB124210204-
CMYK0.4100.030.18
HSL175.81º48.86%65.49%-
HSV(B)175.81º40.95%82.35%-
XYZ42.2654.7465.46-
YUV183.6139.5185.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.05%
GREEN value IS 210 (82.42% from 255) = 39.03%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=23.05%
G=39.03%
B=37.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1242102040.4100.030.18175.8148.8665.49
Hex7CD2CC290312b03141
Octal17432231451032226061101
Binary1111100110100101100110010100101110010101100001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,210,204); }

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

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

 a { background-color: rgb(124,210,204); }

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

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

 span { border-color: rgb(124,210,204); }

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