#8BEDC7

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

Shades of Riptide #8BEDC7

Tints of Riptide #8BEDC7

Color information

#8BEDC7 (or 0x8BEDC7) is unknown color: approx Riptide. HEX triplet: 8B, ED and C7. RGB value is (139,237,199). Sum of RGB (Red+Green+Blue) = 139+237+199=575 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.17% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #8BEDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEDC7 is #741238. Grayscale: #CBCBCB. Windows color (decimal): -7606841 or 13102475. OLE color: 13102475.

HSL color Cylindrical-coordinate representation of color #8BEDC7: hue angle of 156.73º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEDC7 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB139237199-
CMYK0.4100.160.07
HSL156.73º73.13%73.73%-
HSV(B)156.73º41.35%92.94%-
XYZ51.2470.1864.88-
YUV203.37125.5382.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.17%
GREEN value IS 237 (92.97% from 255) = 41.22%
BLUE value IS 199 (78.12% from 255) = 34.61%
R=24.17%
G=41.22%
B=34.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392371990.4100.160.07156.7373.1373.73
Hex8BEDC72901079d494a
Octal213355307510207235111112
Binary1000101111101101110001111010010100001111001110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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