#8DE3D6

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

Shades of Riptide #8DE3D6

Tints of Riptide #8DE3D6

Color information

#8DE3D6 (or 0x8DE3D6) is unknown color: approx Riptide. HEX triplet: 8D, E3 and D6. RGB value is (141,227,214). Sum of RGB (Red+Green+Blue) = 141+227+214=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 227 - color contains mainly: green. Hex color #8DE3D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE3D6 is #721C29. Grayscale: #C7C7C7. Windows color (decimal): -7478314 or 14082957. OLE color: 14082957.

HSL color Cylindrical-coordinate representation of color #8DE3D6: hue angle of 170.93º degrees, saturation: 0.61, 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 #8DE3D6 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB141227214-
CMYK0.3800.060.11
HSL170.93º60.56%72.16%-
HSV(B)170.93º37.89%89.02%-
XYZ50.5965.4673.59-
YUV199.8136.0186.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.23%
GREEN value IS 227 (89.06% from 255) = 39.00%
BLUE value IS 214 (83.98% from 255) = 36.77%
R=24.23%
G=39.00%
B=36.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1412272140.3800.060.11170.9360.5672.16
Hex8DE3D62606Bab3d48
Octal21534332646061325375110
Binary10001101111000111101011010011001101011101010111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,227,214); }

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

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

 a { background-color: rgb(141,227,214); }

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

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

 span { border-color: rgb(141,227,214); }

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