#8AE6C9

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

Shades of Riptide #8AE6C9

Tints of Riptide #8AE6C9

Color information

#8AE6C9 (or 0x8AE6C9) is unknown color: approx Riptide. HEX triplet: 8A, E6 and C9. RGB value is (138,230,201). Sum of RGB (Red+Green+Blue) = 138+230+201=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 230 - color contains mainly: green. Hex color #8AE6C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE6C9 is #751936. Grayscale: #C7C7C7. Windows color (decimal): -7674167 or 13231754. OLE color: 13231754.

HSL color Cylindrical-coordinate representation of color #8AE6C9: hue angle of 161.09º 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 #8AE6C9 is Cyan = 0.4, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB138230201-
CMYK0.400.130.10
HSL161.09º64.79%72.16%-
HSV(B)161.09º40%90.2%-
XYZ49.3266.2165.44-
YUV199.19129.0284.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.25%
GREEN value IS 230 (90.23% from 255) = 40.42%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=24.25%
G=40.42%
B=35.33%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1382302010.400.130.10161.0964.7972.16
Hex8AE6C9280DAa14148
Octal2123463115001512241101110
Binary1000101011100110110010011010000110110101010000110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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