#8de0c4

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

Shades of Riptide #8DE0C4

Tints of Riptide #8DE0C4

Color information

#8DE0C4 (or 0x8DE0C4) is unknown color: approx Riptide. HEX triplet: 8D, E0 and C4. RGB value is (141,224,196). Sum of RGB (Red+Green+Blue) = 141+224+196=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #8DE0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE0C4 is #721F3B. Grayscale: #C4C4C4. Windows color (decimal): -7479100 or 12902541. OLE color: 12902541.

HSL color Cylindrical-coordinate representation of color #8DE0C4: hue angle of 159.76º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DE0C4 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB141224196-
CMYK0.3700.120.12
HSL159.76º57.24%71.57%-
HSV(B)159.76º37.05%87.84%-
XYZ47.662.9661.87-
YUV195.9912888.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=25.13%
G=39.93%
B=34.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1412241960.3700.120.12159.7657.2471.57
Hex8DE0C4250CCa03948
Octal215340304450141424071110
Binary100011011110000011000100100101011001100101000001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8de0c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,224,196); }

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

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

 a { background-color: rgb(141,224,196); }

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

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

 span { border-color: rgb(141,224,196); }

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