#93D2CB

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

Shades of Riptide #93D2CB

Tints of Riptide #93D2CB

Color information

#93D2CB (or 0x93D2CB) is unknown color: approx Riptide. HEX triplet: 93, D2 and CB. RGB value is (147,210,203). Sum of RGB (Red+Green+Blue) = 147+210+203=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #93D2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D2CB is #6C2D34. Grayscale: #BEBEBE. Windows color (decimal): -7089461 or 13357715. OLE color: 13357715.

HSL color Cylindrical-coordinate representation of color #93D2CB: hue angle of 173.33º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D2CB is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB147210203-
CMYK0.3000.030.18
HSL173.33º41.18%70%-
HSV(B)173.33º30%82.35%-
XYZ45.8656.6165.01-
YUV190.36135.1397.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.25%
GREEN value IS 210 (82.42% from 255) = 37.5%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=26.25%
G=37.5%
B=36.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472102030.3000.030.18173.3341.1870
Hex93D2CB1E0312ad2946
Octal22332231336032225551106
Binary1001001111010010110010111111001110010101011011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93D2CB; }

 p { color: rgb(147,210,203); }

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

<style>
 a { background-color: #93D2CB; }

 a { background-color: rgb(147,210,203); }

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

<style>
 span { border-color: #93D2CB; }

 span { border-color: rgb(147,210,203); }

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