#8ADFCD

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

Shades of Riptide #8ADFCD

Tints of Riptide #8ADFCD

Color information

#8ADFCD (or 0x8ADFCD) is unknown color: approx Riptide. HEX triplet: 8A, DF and CD. RGB value is (138,223,205). Sum of RGB (Red+Green+Blue) = 138+223+205=566 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.38% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFCD is #752032. Grayscale: #C3C3C3. Windows color (decimal): -7675955 or 13492106. OLE color: 13492106.

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

Color convert

RGB138223205-
CMYK0.3800.080.13
HSL167.29º57.05%70.78%-
HSV(B)167.29º38.12%87.45%-
XYZ47.8962.5967.31-
YUV195.53133.3486.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.38%
GREEN value IS 223 (87.5% from 255) = 39.40%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=24.38%
G=39.40%
B=36.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382232050.3800.080.13167.2957.0570.78
Hex8ADFCD2608Da73947
Octal212337315460101524771107
Binary100010101101111111001101100110010001101101001111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,223,205); }

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

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

 a { background-color: rgb(138,223,205); }

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

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

 span { border-color: rgb(138,223,205); }

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