#8ADFC1

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

Shades of Riptide #8ADFC1

Tints of Riptide #8ADFC1

Color information

#8ADFC1 (or 0x8ADFC1) is unknown color: approx Riptide. HEX triplet: 8A, DF and C1. RGB value is (138,223,193). Sum of RGB (Red+Green+Blue) = 138+223+193=554 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.91% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFC1 is #75203E. Grayscale: #C2C2C2. Windows color (decimal): -7675967 or 12705674. OLE color: 12705674.

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

Color convert

RGB138223193-
CMYK0.3800.130.13
HSL158.82º57.05%70.78%-
HSV(B)158.82º38.12%87.45%-
XYZ46.4962.0359.97-
YUV194.16127.3487.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.91%
GREEN value IS 223 (87.5% from 255) = 40.25%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=24.91%
G=40.25%
B=34.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382231930.3800.130.13158.8257.0570.78
Hex8ADFC1260DD9f3947
Octal212337301460151523771107
Binary100010101101111111000001100110011011101100111111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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