#8BE8D4

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

Shades of Riptide #8BE8D4

Tints of Riptide #8BE8D4

Color information

#8BE8D4 (or 0x8BE8D4) is unknown color: approx Riptide. HEX triplet: 8B, E8 and D4. RGB value is (139,232,212). Sum of RGB (Red+Green+Blue) = 139+232+212=583 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.84% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE8D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE8D4 is #74172B. Grayscale: #C9C9C9. Windows color (decimal): -7608108 or 13953163. OLE color: 13953163.

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

Color convert

RGB139232212-
CMYK0.4000.090.09
HSL167.1º66.91%72.75%-
HSV(B)167.1º40.09%90.98%-
XYZ51.3967.9672.7-
YUV201.91133.6983.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.84%
GREEN value IS 232 (91.02% from 255) = 39.79%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=23.84%
G=39.79%
B=36.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392322120.4000.090.09167.166.9172.75
Hex8BE8D428099a74349
Octal2133503245001111247103111
Binary1000101111101000110101001010000100110011010011110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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