#8BEDCA

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

Shades of Riptide #8BEDCA

Tints of Riptide #8BEDCA

Color information

#8BEDCA (or 0x8BEDCA) is unknown color: approx Riptide. HEX triplet: 8B, ED and CA. RGB value is (139,237,202). Sum of RGB (Red+Green+Blue) = 139+237+202=578 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.05% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #8BEDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEDCA is #741235. Grayscale: #CBCBCB. Windows color (decimal): -7606838 or 13299083. OLE color: 13299083.

HSL color Cylindrical-coordinate representation of color #8BEDCA: hue angle of 158.57º 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 #8BEDCA is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB139237202-
CMYK0.4100.150.07
HSL158.57º73.13%73.73%-
HSV(B)158.57º41.35%92.94%-
XYZ51.5970.3266.73-
YUV203.71127.0381.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.05%
GREEN value IS 237 (92.97% from 255) = 41.00%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=24.05%
G=41.00%
B=34.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392372020.4100.150.07158.5773.1373.73
Hex8BEDCA290F79f494a
Octal213355312510177237111112
Binary100010111110110111001010101001011111111001111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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