#8CDDC3

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

Shades of Riptide #8CDDC3

Tints of Riptide #8CDDC3

Color information

#8CDDC3 (or 0x8CDDC3) is unknown color: approx Riptide. HEX triplet: 8C, DD and C3. RGB value is (140,221,195). Sum of RGB (Red+Green+Blue) = 140+221+195=556 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.18% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDC3 is #73223C. Grayscale: #C1C1C1. Windows color (decimal): -7545405 or 12836236. OLE color: 12836236.

HSL color Cylindrical-coordinate representation of color #8CDDC3: hue angle of 160.74º degrees, saturation: 0.54, 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 #8CDDC3 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB140221195-
CMYK0.3700.120.13
HSL160.74º54.36%70.78%-
HSV(B)160.74º36.65%86.67%-
XYZ46.5261.2361-
YUV193.82128.6689.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.18%
GREEN value IS 221 (86.72% from 255) = 39.75%
BLUE value IS 195 (76.56% from 255) = 35.07%
R=25.18%
G=39.75%
B=35.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402211950.3700.120.13160.7454.3670.78
Hex8CDDC3250CDa13647
Octal214335303450141524166107
Binary100011001101110111000011100101011001101101000011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,221,195); }

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

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

 a { background-color: rgb(140,221,195); }

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

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

 span { border-color: rgb(140,221,195); }

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