#8AE2CA

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

Shades of Riptide #8AE2CA

Tints of Riptide #8AE2CA

Color information

#8AE2CA (or 0x8AE2CA) is unknown color: approx Riptide. HEX triplet: 8A, E2 and CA. RGB value is (138,226,202). Sum of RGB (Red+Green+Blue) = 138+226+202=566 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.38% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 226 - color contains mainly: green. Hex color #8AE2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE2CA is #751D35. Grayscale: #C4C4C4. Windows color (decimal): -7675190 or 13296266. OLE color: 13296266.

HSL color Cylindrical-coordinate representation of color #8AE2CA: hue angle of 163.64º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE2CA is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB138226202-
CMYK0.3900.110.11
HSL163.64º60.27%71.37%-
HSV(B)163.64º38.94%88.63%-
XYZ48.3464.0665.69-
YUV196.95130.8585.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.38%
GREEN value IS 226 (88.67% from 255) = 39.93%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=24.38%
G=39.93%
B=35.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1382262020.3900.110.11163.6460.2771.37
Hex8AE2CA270BBa43c47
Octal212342312470131324474107
Binary100010101110001011001010100111010111011101001001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,226,202); }

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

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

 a { background-color: rgb(138,226,202); }

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

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

 span { border-color: rgb(138,226,202); }

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