#9AE1CB

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

Shades of Riptide #9AE1CB

Tints of Riptide #9AE1CB

Color information

#9AE1CB (or 0x9AE1CB) is unknown color: approx Riptide. HEX triplet: 9A, E1 and CB. RGB value is (154,225,203). Sum of RGB (Red+Green+Blue) = 154+225+203=582 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.46% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #9AE1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE1CB is #651E34. Grayscale: #C9C9C9. Windows color (decimal): -6626869 or 13361562. OLE color: 13361562.

HSL color Cylindrical-coordinate representation of color #9AE1CB: hue angle of 161.41º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AE1CB is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB154225203-
CMYK0.3200.100.12
HSL161.41º54.2%74.31%-
HSV(B)161.41º31.56%88.24%-
XYZ51.0365.0366.36-
YUV201.26128.9894.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.46%
GREEN value IS 225 (88.28% from 255) = 38.66%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=26.46%
G=38.66%
B=34.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1542252030.3200.100.12161.4154.274.31
Hex9AE1CB200ACa1364a
Octal232341313400121424166112
Binary100110101110000111001011100000010101100101000011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AE1CB; }

 p { color: rgb(154,225,203); }

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

<style>
 a { background-color: #9AE1CB; }

 a { background-color: rgb(154,225,203); }

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

<style>
 span { border-color: #9AE1CB; }

 span { border-color: rgb(154,225,203); }

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