#8CCECC

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

Shades of Riptide #8CCECC

Tints of Riptide #8CCECC

Color information

#8CCECC (or 0x8CCECC) is unknown color: approx Riptide. HEX triplet: 8C, CE and CC. RGB value is (140,206,204). Sum of RGB (Red+Green+Blue) = 140+206+204=550 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.45% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCECC is #733133. Grayscale: #B9B9B9. Windows color (decimal): -7549236 or 13422220. OLE color: 13422220.

HSL color Cylindrical-coordinate representation of color #8CCECC: hue angle of 178.18º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCECC is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB140206204-
CMYK0.3200.010.19
HSL178.18º40.24%67.84%-
HSV(B)178.18º32.04%80.78%-
XYZ43.7954.0865.26-
YUV186.04138.1395.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.45%
GREEN value IS 206 (80.86% from 255) = 37.45%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=25.45%
G=37.45%
B=37.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1402062040.3200.010.19178.1840.2467.84
Hex8CCECC200113b22844
Octal21431631440012326250104
Binary1000110011001110110011001000000110011101100101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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