#8AE7CF

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

Shades of Riptide #8AE7CF

Tints of Riptide #8AE7CF

Color information

#8AE7CF (or 0x8AE7CF) is unknown color: approx Riptide. HEX triplet: 8A, E7 and CF. RGB value is (138,231,207). Sum of RGB (Red+Green+Blue) = 138+231+207=576 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.96% from 576); Green value is 231 (90.62% from 255 or 40.10% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE7CF is #751830. Grayscale: #C8C8C8. Windows color (decimal): -7673905 or 13625226. OLE color: 13625226.

HSL color Cylindrical-coordinate representation of color #8AE7CF: hue angle of 164.52º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE7CF is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB138231207-
CMYK0.4000.100.09
HSL164.52º65.96%72.35%-
HSV(B)164.52º40.26%90.59%-
XYZ50.3267.0669.32-
YUV200.46131.6983.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.96%
GREEN value IS 231 (90.62% from 255) = 40.10%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=23.96%
G=40.10%
B=35.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382312070.4000.100.09164.5265.9672.35
Hex8AE7CF280A9a54248
Octal2123473175001211245102110
Binary1000101011100111110011111010000101010011010010110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,231,207); }

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

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

 a { background-color: rgb(138,231,207); }

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

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

 span { border-color: rgb(138,231,207); }

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