#8DEBD4

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

Shades of Riptide #8DEBD4

Tints of Riptide #8DEBD4

Color information

#8DEBD4 (or 0x8DEBD4) is unknown color: approx Riptide. HEX triplet: 8D, EB and D4. RGB value is (141,235,212). Sum of RGB (Red+Green+Blue) = 141+235+212=588 (77% of max value = 765). Red value is 141 (55.47% from 255 or 23.98% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEBD4 is #72142B. Grayscale: #CCCCCC. Windows color (decimal): -7476268 or 13953933. OLE color: 13953933.

HSL color Cylindrical-coordinate representation of color #8DEBD4: hue angle of 165.32º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEBD4 is Cyan = 0.4, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB141235212-
CMYK0.400.100.08
HSL165.32º70.15%73.73%-
HSV(B)165.32º40%92.16%-
XYZ52.5869.8373-
YUV204.27132.3682.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.98%
GREEN value IS 235 (92.19% from 255) = 39.97%
BLUE value IS 212 (83.20% from 255) = 36.05%
R=23.98%
G=39.97%
B=36.05%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412352120.400.100.08165.3270.1573.73
Hex8DEBD4280A8a5464a
Octal2153533245001210245106112
Binary1000110111101011110101001010000101010001010010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,235,212); }

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

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

 a { background-color: rgb(141,235,212); }

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

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

 span { border-color: rgb(141,235,212); }

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