#8adccc

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

Shades of Riptide #8ADCCC

Tints of Riptide #8ADCCC

Color information

#8ADCCC (or 0x8ADCCC) is unknown color: approx Riptide. HEX triplet: 8A, DC and CC. RGB value is (138,220,204). Sum of RGB (Red+Green+Blue) = 138+220+204=562 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.56% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCCC is #752333. Grayscale: #C1C1C1. Windows color (decimal): -7676724 or 13425802. OLE color: 13425802.

HSL color Cylindrical-coordinate representation of color #8ADCCC: hue angle of 168.29º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADCCC is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB138220204-
CMYK0.3700.070.14
HSL168.29º53.95%70.2%-
HSV(B)168.29º37.27%86.27%-
XYZ46.9760.9566.42-
YUV193.66133.8388.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.56%
GREEN value IS 220 (86.33% from 255) = 39.15%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=24.56%
G=39.15%
B=36.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382202040.3700.070.14168.2953.9570.2
Hex8ADCCC2507Ea83646
Octal21233431445071625066106
Binary10001010110111001100110010010101111110101010001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8adccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,220,204); }

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

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

 a { background-color: rgb(138,220,204); }

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

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

 span { border-color: rgb(138,220,204); }

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