#8BE6DA

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

Shades of Riptide #8BE6DA

Tints of Riptide #8BE6DA

Color information

#8BE6DA (or 0x8BE6DA) is unknown color: approx Riptide. HEX triplet: 8B, E6 and DA. RGB value is (139,230,218). Sum of RGB (Red+Green+Blue) = 139+230+218=587 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.68% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #8BE6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE6DA is #741925. Grayscale: #C9C9C9. Windows color (decimal): -7608614 or 14345867. OLE color: 14345867.

HSL color Cylindrical-coordinate representation of color #8BE6DA: hue angle of 172.09º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE6DA is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB139230218-
CMYK0.4000.050.10
HSL172.09º64.54%72.35%-
HSV(B)172.09º39.57%90.2%-
XYZ51.667.1476.57-
YUV201.42137.3583.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.68%
GREEN value IS 230 (90.23% from 255) = 39.18%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=23.68%
G=39.18%
B=37.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1392302180.4000.050.10172.0964.5472.35
Hex8BE6DA2805Aac4148
Octal213346332500512254101110
Binary100010111110011011011010101000010110101010110010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,230,218); }

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

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

 a { background-color: rgb(139,230,218); }

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

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

 span { border-color: rgb(139,230,218); }

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