#92D9CA

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

Shades of Riptide #92D9CA

Tints of Riptide #92D9CA

Color information

#92D9CA (or 0x92D9CA) is unknown color: approx Riptide. HEX triplet: 92, D9 and CA. RGB value is (146,217,202). Sum of RGB (Red+Green+Blue) = 146+217+202=565 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.84% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #92D9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D9CA is #6D2635. Grayscale: #C2C2C2. Windows color (decimal): -7153206 or 13293970. OLE color: 13293970.

HSL color Cylindrical-coordinate representation of color #92D9CA: hue angle of 167.32º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92D9CA is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB146217202-
CMYK0.3300.070.15
HSL167.32º48.3%71.18%-
HSV(B)167.32º32.72%85.1%-
XYZ47.336064.96-
YUV194.06132.4893.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.84%
GREEN value IS 217 (85.16% from 255) = 38.41%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=25.84%
G=38.41%
B=35.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462172020.3300.070.15167.3248.371.18
Hex92D9CA2107Fa73047
Octal22233131241071724760107
Binary10010010110110011100101010000101111111101001111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92D9CA; }

 p { color: rgb(146,217,202); }

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

<style>
 a { background-color: #92D9CA; }

 a { background-color: rgb(146,217,202); }

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

<style>
 span { border-color: #92D9CA; }

 span { border-color: rgb(146,217,202); }

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