#8CDDCC

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

Shades of Riptide #8CDDCC

Tints of Riptide #8CDDCC

Color information

#8CDDCC (or 0x8CDDCC) is unknown color: approx Riptide. HEX triplet: 8C, DD and CC. RGB value is (140,221,204). Sum of RGB (Red+Green+Blue) = 140+221+204=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDCC is #732233. Grayscale: #C2C2C2. Windows color (decimal): -7545396 or 13426060. OLE color: 13426060.

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

Color convert

RGB140221204-
CMYK0.3700.080.13
HSL167.41º54.36%70.78%-
HSV(B)167.41º36.65%86.67%-
XYZ47.5761.6566.52-
YUV194.84133.1688.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.78%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=24.78%
G=39.12%
B=36.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402212040.3700.080.13167.4154.3670.78
Hex8CDDCC2508Da73647
Octal214335314450101524766107
Binary100011001101110111001100100101010001101101001111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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