#8AE9C1

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

Shades of Riptide #8AE9C1

Tints of Riptide #8AE9C1

Color information

#8AE9C1 (or 0x8AE9C1) is unknown color: approx Riptide. HEX triplet: 8A, E9 and C1. RGB value is (138,233,193). Sum of RGB (Red+Green+Blue) = 138+233+193=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #8AE9C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE9C1 is #75163E. Grayscale: #C8C8C8. Windows color (decimal): -7673407 or 12708234. OLE color: 12708234.

HSL color Cylindrical-coordinate representation of color #8AE9C1: hue angle of 154.74º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AE9C1 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB138233193-
CMYK0.4100.170.09
HSL154.74º68.35%72.75%-
HSV(B)154.74º40.77%91.37%-
XYZ49.2567.5360.89-
YUV200.04124.0383.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.47%
GREEN value IS 233 (91.41% from 255) = 41.31%
BLUE value IS 193 (75.78% from 255) = 34.22%
R=24.47%
G=41.31%
B=34.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382331930.4100.170.09154.7468.3572.75
Hex8AE9C12901199b4449
Octal2123513015102111233104111
Binary10001010111010011100000110100101000110011001101110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,233,193); }

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

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

 a { background-color: rgb(138,233,193); }

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

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

 span { border-color: rgb(138,233,193); }

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