#8AEDC6

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

Shades of Riptide #8AEDC6

Tints of Riptide #8AEDC6

Color information

#8AEDC6 (or 0x8AEDC6) is unknown color: approx Riptide. HEX triplet: 8A, ED and C6. RGB value is (138,237,198). Sum of RGB (Red+Green+Blue) = 138+237+198=573 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.08% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEDC6 is #751239. Grayscale: #CBCBCB. Windows color (decimal): -7672378 or 13036938. OLE color: 13036938.

HSL color Cylindrical-coordinate representation of color #8AEDC6: hue angle of 156.36º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEDC6 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB138237198-
CMYK0.4200.160.07
HSL156.36º73.33%73.53%-
HSV(B)156.36º41.77%92.94%-
XYZ50.9670.0564.26-
YUV202.95125.281.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.08%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 198 (77.73% from 255) = 34.55%
R=24.08%
G=41.36%
B=34.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382371980.4200.160.07156.3673.3373.53
Hex8AEDC62A01079c494a
Octal212355306520207234111112
Binary1000101011101101110001101010100100001111001110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,237,198); }

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

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

 a { background-color: rgb(138,237,198); }

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

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

 span { border-color: rgb(138,237,198); }

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