#8ADFCB

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

Shades of Riptide #8ADFCB

Tints of Riptide #8ADFCB

Color information

#8ADFCB (or 0x8ADFCB) is unknown color: approx Riptide. HEX triplet: 8A, DF and CB. RGB value is (138,223,203). Sum of RGB (Red+Green+Blue) = 138+223+203=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFCB is #752034. Grayscale: #C3C3C3. Windows color (decimal): -7675957 or 13361034. OLE color: 13361034.

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

Color convert

RGB138223203-
CMYK0.3800.090.13
HSL165.88º57.05%70.78%-
HSV(B)165.88º38.12%87.45%-
XYZ47.6562.4966.05-
YUV195.3132.3487.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.47%
GREEN value IS 223 (87.5% from 255) = 39.54%
BLUE value IS 203 (79.69% from 255) = 35.99%
R=24.47%
G=39.54%
B=35.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382232030.3800.090.13165.8857.0570.78
Hex8ADFCB2609Da63947
Octal212337313460111524671107
Binary100010101101111111001011100110010011101101001101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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