#8AE6CF

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

Shades of Riptide #8AE6CF

Tints of Riptide #8AE6CF

Color information

#8AE6CF (or 0x8AE6CF) is unknown color: approx Riptide. HEX triplet: 8A, E6 and CF. RGB value is (138,230,207). Sum of RGB (Red+Green+Blue) = 138+230+207=575 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #8AE6CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE6CF is #751930. Grayscale: #C7C7C7. Windows color (decimal): -7674161 or 13624970. OLE color: 13624970.

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

Color convert

RGB138230207-
CMYK0.400.100.10
HSL165º64.79%72.16%-
HSV(B)165º40%90.2%-
XYZ50.0466.569.23-
YUV199.87132.0283.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24%
GREEN value IS 230 (90.23% from 255) = 40%
BLUE value IS 207 (81.25% from 255) = 36%
R=24%
G=40%
B=36%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1382302070.400.100.1016564.7972.16
Hex8AE6CF280AAa54148
Octal2123463175001212245101110
Binary1000101011100110110011111010000101010101010010110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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