#8DEBC7

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

Shades of Riptide #8DEBC7

Tints of Riptide #8DEBC7

Color information

#8DEBC7 (or 0x8DEBC7) is unknown color: approx Riptide. HEX triplet: 8D, EB and C7. RGB value is (141,235,199). Sum of RGB (Red+Green+Blue) = 141+235+199=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEBC7 is #721438. Grayscale: #CACACA. Windows color (decimal): -7476281 or 13101965. OLE color: 13101965.

HSL color Cylindrical-coordinate representation of color #8DEBC7: hue angle of 157.02º 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 #8DEBC7 is Cyan = 0.4, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB141235199-
CMYK0.400.150.08
HSL157.02º70.15%73.73%-
HSV(B)157.02º40%92.16%-
XYZ5169.264.7-
YUV202.79125.8683.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.52%
GREEN value IS 235 (92.19% from 255) = 40.87%
BLUE value IS 199 (78.12% from 255) = 34.61%
R=24.52%
G=40.87%
B=34.61%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412351990.400.150.08157.0270.1573.73
Hex8DEBC7280F89d464a
Octal2153533075001710235106112
Binary1000110111101011110001111010000111110001001110110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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