#7CD8CB

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

Shades of Riptide #7CD8CB

Tints of Riptide #7CD8CB

Color information

#7CD8CB (or 0x7CD8CB) is unknown color: approx Riptide. HEX triplet: 7C, D8 and CB. RGB value is (124,216,203). Sum of RGB (Red+Green+Blue) = 124+216+203=543 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.84% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #7CD8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD8CB is #832734. Grayscale: #BABABA. Windows color (decimal): -8595253 or 13359228. OLE color: 13359228.

HSL color Cylindrical-coordinate representation of color #7CD8CB: hue angle of 171.52º degrees, saturation: 0.54, 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 #7CD8CB is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB124216203-
CMYK0.4300.060.15
HSL171.52º54.12%66.67%-
HSV(B)171.52º42.59%84.71%-
XYZ43.6557.7165.34-
YUV187.01137.0283.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.84%
GREEN value IS 216 (84.77% from 255) = 39.78%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=22.84%
G=39.78%
B=37.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1242162030.4300.060.15171.5254.1266.67
Hex7CD8CB2B06Fac3643
Octal17433031353061725466103
Binary1111100110110001100101110101101101111101011001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,216,203); }

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

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

 a { background-color: rgb(124,216,203); }

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

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

 span { border-color: rgb(124,216,203); }

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