#7CD5C9

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

Shades of Riptide #7CD5C9

Tints of Riptide #7CD5C9

Color information

#7CD5C9 (or 0x7CD5C9) is unknown color: approx Riptide. HEX triplet: 7C, D5 and C9. RGB value is (124,213,201). Sum of RGB (Red+Green+Blue) = 124+213+201=538 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.05% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD5C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD5C9 is #832A36. Grayscale: #B8B8B8. Windows color (decimal): -8596023 or 13227388. OLE color: 13227388.

HSL color Cylindrical-coordinate representation of color #7CD5C9: hue angle of 171.91º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CD5C9 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB124213201-
CMYK0.4200.060.16
HSL171.91º51.45%66.08%-
HSV(B)171.91º41.78%83.53%-
XYZ42.6556.0963.84-
YUV185.02137.0184.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.05%
GREEN value IS 213 (83.59% from 255) = 39.59%
BLUE value IS 201 (78.91% from 255) = 37.36%
R=23.05%
G=39.59%
B=37.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1242132010.4200.060.16171.9151.4566.08
Hex7CD5C92A0610ac3342
Octal17432531152062025463102
Binary11111001101010111001001101010011010000101011001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,213,201); }

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

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

 a { background-color: rgb(124,213,201); }

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

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

 span { border-color: rgb(124,213,201); }

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