#8BEBC0

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

Shades of Riptide #8BEBC0

Tints of Riptide #8BEBC0

Color information

#8BEBC0 (or 0x8BEBC0) is unknown color: approx Riptide. HEX triplet: 8B, EB and C0. RGB value is (139,235,192). Sum of RGB (Red+Green+Blue) = 139+235+192=566 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.56% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEBC0 is #74143F. Grayscale: #C9C9C9. Windows color (decimal): -7607360 or 12643211. OLE color: 12643211.

HSL color Cylindrical-coordinate representation of color #8BEBC0: hue angle of 153.12º degrees, saturation: 0.71, 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 #8BEBC0 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB139235192-
CMYK0.4100.180.08
HSL153.12º70.59%73.33%-
HSV(B)153.12º40.85%92.16%-
XYZ49.8768.7160.5-
YUV201.39122.783.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.56%
GREEN value IS 235 (92.19% from 255) = 41.52%
BLUE value IS 192 (75.39% from 255) = 33.92%
R=24.56%
G=41.52%
B=33.92%

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
Decimal1392351920.4100.180.08153.1270.5973.33
Hex8BEBC0290128994749
Octal2133533005102210231107111
Binary10001011111010111100000010100101001010001001100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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