#8BE8C7

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

Shades of Riptide #8BE8C7

Tints of Riptide #8BE8C7

Color information

#8BE8C7 (or 0x8BE8C7) is unknown color: approx Riptide. HEX triplet: 8B, E8 and C7. RGB value is (139,232,199). Sum of RGB (Red+Green+Blue) = 139+232+199=570 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.39% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE8C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE8C7 is #741738. Grayscale: #C8C8C8. Windows color (decimal): -7608121 or 13101195. OLE color: 13101195.

HSL color Cylindrical-coordinate representation of color #8BE8C7: hue angle of 158.71º degrees, saturation: 0.67, 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 #8BE8C7 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB139232199-
CMYK0.4000.140.09
HSL158.71º66.91%72.75%-
HSV(B)158.71º40.09%90.98%-
XYZ49.8167.3364.4-
YUV200.43127.1984.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.39%
GREEN value IS 232 (91.02% from 255) = 40.70%
BLUE value IS 199 (78.12% from 255) = 34.91%
R=24.39%
G=40.70%
B=34.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392321990.4000.140.09158.7166.9172.75
Hex8BE8C7280E99f4349
Octal2133503075001611237103111
Binary1000101111101000110001111010000111010011001111110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,232,199); }

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

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

 a { background-color: rgb(139,232,199); }

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

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

 span { border-color: rgb(139,232,199); }

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