#7CDFCB

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

Shades of Riptide #7CDFCB

Tints of Riptide #7CDFCB

Color information

#7CDFCB (or 0x7CDFCB) is unknown color: approx Riptide. HEX triplet: 7C, DF and CB. RGB value is (124,223,203). Sum of RGB (Red+Green+Blue) = 124+223+203=550 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.55% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDFCB is #832034. Grayscale: #BFBFBF. Windows color (decimal): -8593461 or 13361020. OLE color: 13361020.

HSL color Cylindrical-coordinate representation of color #7CDFCB: hue angle of 167.88º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDFCB is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB124223203-
CMYK0.4400.090.13
HSL167.88º60.74%68.04%-
HSV(B)167.88º44.39%87.45%-
XYZ45.4861.3765.95-
YUV191.12134.780.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.55%
GREEN value IS 223 (87.5% from 255) = 40.55%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=22.55%
G=40.55%
B=36.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242232030.4400.090.13167.8860.7468.04
Hex7CDFCB2C09Da83d44
Octal174337313540111525075104
Binary11111001101111111001011101100010011101101010001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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