#8BEAC0

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

Shades of Riptide #8BEAC0

Tints of Riptide #8BEAC0

Color information

#8BEAC0 (or 0x8BEAC0) is unknown color: approx Riptide. HEX triplet: 8B, EA and C0. RGB value is (139,234,192). Sum of RGB (Red+Green+Blue) = 139+234+192=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEAC0 is #74153F. Grayscale: #C8C8C8. Windows color (decimal): -7607616 or 12642955. OLE color: 12642955.

HSL color Cylindrical-coordinate representation of color #8BEAC0: hue angle of 153.47º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEAC0 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB139234192-
CMYK0.4100.180.08
HSL153.47º69.34%73.14%-
HSV(B)153.47º40.6%91.76%-
XYZ49.5868.1460.41-
YUV200.81123.0383.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.60%
GREEN value IS 234 (91.80% from 255) = 41.42%
BLUE value IS 192 (75.39% from 255) = 33.98%
R=24.60%
G=41.42%
B=33.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392341920.4100.180.08153.4769.3473.14
Hex8BEAC0290128994549
Octal2133523005102210231105111
Binary10001011111010101100000010100101001010001001100110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,234,192); }

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

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

 a { background-color: rgb(139,234,192); }

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

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

 span { border-color: rgb(139,234,192); }

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