#9CE1CA

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

Shades of Riptide #9CE1CA

Tints of Riptide #9CE1CA

Color information

#9CE1CA (or 0x9CE1CA) is unknown color: approx Riptide. HEX triplet: 9C, E1 and CA. RGB value is (156,225,202). Sum of RGB (Red+Green+Blue) = 156+225+202=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE1CA is #631E35. Grayscale: #C9C9C9. Windows color (decimal): -6495798 or 13296028. OLE color: 13296028.

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

Color convert

RGB156225202-
CMYK0.3100.100.12
HSL160º53.49%74.71%-
HSV(B)160º30.67%88.24%-
XYZ51.365.1865.76-
YUV201.75128.1495.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.76%
GREEN value IS 225 (88.28% from 255) = 38.59%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=26.76%
G=38.59%
B=34.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1562252020.3100.100.1216053.4974.71
Hex9CE1CA1F0ACa0354b
Octal234341312370121424065113
Binary10011100111000011100101011111010101100101000001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,225,202); }

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

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

 a { background-color: rgb(156,225,202); }

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

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

 span { border-color: rgb(156,225,202); }

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