#8BE1D3

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

Shades of Riptide #8BE1D3

Tints of Riptide #8BE1D3

Color information

#8BE1D3 (or 0x8BE1D3) is unknown color: approx Riptide. HEX triplet: 8B, E1 and D3. RGB value is (139,225,211). Sum of RGB (Red+Green+Blue) = 139+225+211=575 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.17% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 225 - color contains mainly: green. Hex color #8BE1D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE1D3 is #741E2C. Grayscale: #C5C5C5. Windows color (decimal): -7609901 or 13885835. OLE color: 13885835.

HSL color Cylindrical-coordinate representation of color #8BE1D3: hue angle of 170.23º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE1D3 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB139225211-
CMYK0.3800.060.12
HSL170.23º58.9%71.37%-
HSV(B)170.23º38.22%88.24%-
XYZ49.3364.0471.39-
YUV197.69135.5186.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.17%
GREEN value IS 225 (88.28% from 255) = 39.13%
BLUE value IS 211 (82.81% from 255) = 36.70%
R=24.17%
G=39.13%
B=36.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1392252110.3800.060.12170.2358.971.37
Hex8BE1D32606Caa3b47
Octal21334132346061425273107
Binary10001011111000011101001110011001101100101010101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,225,211); }

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

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

 a { background-color: rgb(139,225,211); }

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

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

 span { border-color: rgb(139,225,211); }

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