#8BE7D0

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

Shades of Riptide #8BE7D0

Tints of Riptide #8BE7D0

Color information

#8BE7D0 (or 0x8BE7D0) is unknown color: approx Riptide. HEX triplet: 8B, E7 and D0. RGB value is (139,231,208). Sum of RGB (Red+Green+Blue) = 139+231+208=578 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.05% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 231 - color contains mainly: green. Hex color #8BE7D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE7D0 is #74182F. Grayscale: #C8C8C8. Windows color (decimal): -7608368 or 13690763. OLE color: 13690763.

HSL color Cylindrical-coordinate representation of color #8BE7D0: hue angle of 165º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE7D0 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB139231208-
CMYK0.4000.100.09
HSL165º65.71%72.55%-
HSV(B)165º39.83%90.59%-
XYZ50.6167.1969.98-
YUV200.87132.0283.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.05%
GREEN value IS 231 (90.62% from 255) = 39.97%
BLUE value IS 208 (81.64% from 255) = 35.99%
R=24.05%
G=39.97%
B=35.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392312080.4000.100.0916565.7172.55
Hex8BE7D0280A9a54249
Octal2133473205001211245102111
Binary1000101111100111110100001010000101010011010010110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,231,208); }

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

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

 a { background-color: rgb(139,231,208); }

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

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

 span { border-color: rgb(139,231,208); }

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