#8DE4D4

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

Shades of Riptide #8DE4D4

Tints of Riptide #8DE4D4

Color information

#8DE4D4 (or 0x8DE4D4) is unknown color: approx Riptide. HEX triplet: 8D, E4 and D4. RGB value is (141,228,212). Sum of RGB (Red+Green+Blue) = 141+228+212=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #8DE4D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE4D4 is #721B2B. Grayscale: #C8C8C8. Windows color (decimal): -7478060 or 13952141. OLE color: 13952141.

HSL color Cylindrical-coordinate representation of color #8DE4D4: hue angle of 168.97º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DE4D4 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB141228212-
CMYK0.3800.070.11
HSL168.97º61.7%72.35%-
HSV(B)168.97º38.16%89.41%-
XYZ50.6165.972.34-
YUV200.16134.6885.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.27%
GREEN value IS 228 (89.45% from 255) = 39.24%
BLUE value IS 212 (83.20% from 255) = 36.49%
R=24.27%
G=39.24%
B=36.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1412282120.3800.070.11168.9761.772.35
Hex8DE4D42607Ba93e48
Octal21534432446071325176110
Binary10001101111001001101010010011001111011101010011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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