#8BE1CA

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

Shades of Riptide #8BE1CA

Tints of Riptide #8BE1CA

Color information

#8BE1CA (or 0x8BE1CA) is unknown color: approx Riptide. HEX triplet: 8B, E1 and CA. RGB value is (139,225,202). Sum of RGB (Red+Green+Blue) = 139+225+202=566 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.56% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #8BE1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE1CA is #741E35. Grayscale: #C4C4C4. Windows color (decimal): -7609910 or 13296011. OLE color: 13296011.

HSL color Cylindrical-coordinate representation of color #8BE1CA: hue angle of 163.95º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE1CA is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB139225202-
CMYK0.3800.100.12
HSL163.95º58.9%71.37%-
HSV(B)163.95º38.22%88.24%-
XYZ48.2363.665.61-
YUV196.66131.0186.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.56%
GREEN value IS 225 (88.28% from 255) = 39.75%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=24.56%
G=39.75%
B=35.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1392252020.3800.100.12163.9558.971.37
Hex8BE1CA260ACa43b47
Octal213341312460121424473107
Binary100010111110000111001010100110010101100101001001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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