#8DEBC9

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

Shades of Riptide #8DEBC9

Tints of Riptide #8DEBC9

Color information

#8DEBC9 (or 0x8DEBC9) is unknown color: approx Riptide. HEX triplet: 8D, EB and C9. RGB value is (141,235,201). Sum of RGB (Red+Green+Blue) = 141+235+201=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEBC9 is #721436. Grayscale: #CBCBCB. Windows color (decimal): -7476279 or 13233037. OLE color: 13233037.

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

Color convert

RGB141235201-
CMYK0.400.140.08
HSL158.3º70.15%73.73%-
HSV(B)158.3º40%92.16%-
XYZ51.2469.365.93-
YUV203.02126.8683.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.44%
GREEN value IS 235 (92.19% from 255) = 40.73%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=24.44%
G=40.73%
B=34.84%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412352010.400.140.08158.370.1573.73
Hex8DEBC9280E89e464a
Octal2153533115001610236106112
Binary1000110111101011110010011010000111010001001111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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