#8CDED4

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

Shades of Riptide #8CDED4

Tints of Riptide #8CDED4

Color information

#8CDED4 (or 0x8CDED4) is unknown color: approx Riptide. HEX triplet: 8C, DE and D4. RGB value is (140,222,212). Sum of RGB (Red+Green+Blue) = 140+222+212=574 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.39% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDED4 is #73212B. Grayscale: #C4C4C4. Windows color (decimal): -7545132 or 13950604. OLE color: 13950604.

HSL color Cylindrical-coordinate representation of color #8CDED4: hue angle of 172.68º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDED4 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB140222212-
CMYK0.3700.050.13
HSL172.68º55.41%70.98%-
HSV(B)172.68º36.94%87.06%-
XYZ48.8262.5771.79-
YUV196.34136.8387.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.39%
GREEN value IS 222 (87.11% from 255) = 38.68%
BLUE value IS 212 (83.20% from 255) = 36.93%
R=24.39%
G=38.68%
B=36.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402222120.3700.050.13172.6855.4170.98
Hex8CDED42505Dad3747
Octal21433632445051525567107
Binary10001100110111101101010010010101011101101011011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,222,212); }

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

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

 a { background-color: rgb(140,222,212); }

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

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

 span { border-color: rgb(140,222,212); }

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