#8DD7CB

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

Shades of Riptide #8DD7CB

Tints of Riptide #8DD7CB

Color information

#8DD7CB (or 0x8DD7CB) is unknown color: approx Riptide. HEX triplet: 8D, D7 and CB. RGB value is (141,215,203). Sum of RGB (Red+Green+Blue) = 141+215+203=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD7CB is #722834. Grayscale: #BFBFBF. Windows color (decimal): -7481397 or 13358989. OLE color: 13358989.

HSL color Cylindrical-coordinate representation of color #8DD7CB: hue angle of 170.27º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD7CB is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB141215203-
CMYK0.3400.060.16
HSL170.27º48.05%69.8%-
HSV(B)170.27º34.42%84.31%-
XYZ46.0658.5865.38-
YUV191.51134.4891.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.22%
GREEN value IS 215 (84.38% from 255) = 38.46%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=25.22%
G=38.46%
B=36.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412152030.3400.060.16170.2748.0569.8
Hex8DD7CB220610aa3046
Octal21532731342062025260106
Binary100011011101011111001011100010011010000101010101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DD7CB; }

 p { color: rgb(141,215,203); }

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

<style>
 a { background-color: #8DD7CB; }

 a { background-color: rgb(141,215,203); }

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

<style>
 span { border-color: #8DD7CB; }

 span { border-color: rgb(141,215,203); }

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