#93CFC9

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

Shades of Riptide #93CFC9

Tints of Riptide #93CFC9

Color information

#93CFC9 (or 0x93CFC9) is unknown color: approx Riptide. HEX triplet: 93, CF and C9. RGB value is (147,207,201). Sum of RGB (Red+Green+Blue) = 147+207+201=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #93CFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFC9 is #6C3036. Grayscale: #BCBCBC. Windows color (decimal): -7090231 or 13225875. OLE color: 13225875.

HSL color Cylindrical-coordinate representation of color #93CFC9: hue angle of 174º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CFC9 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB147207201-
CMYK0.2900.030.19
HSL174º38.46%69.41%-
HSV(B)174º28.99%81.18%-
XYZ44.8955.0563.52-
YUV188.38135.1298.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.49%
GREEN value IS 207 (81.25% from 255) = 37.30%
BLUE value IS 201 (78.91% from 255) = 36.22%
R=26.49%
G=37.30%
B=36.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472072010.2900.030.1917438.4669.41
Hex93CFC91D0313ae2645
Octal22331731135032325646105
Binary1001001111001111110010011110101110011101011101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,207,201); }

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

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

 a { background-color: rgb(147,207,201); }

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

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

 span { border-color: rgb(147,207,201); }

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