#85EBC3

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

Shades of Riptide #85EBC3

Tints of Riptide #85EBC3

Color information

#85EBC3 (or 0x85EBC3) is unknown color: approx Riptide. HEX triplet: 85, EB and C3. RGB value is (133,235,195). Sum of RGB (Red+Green+Blue) = 133+235+195=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EBC3 is #7A143C. Grayscale: #C8C8C8. Windows color (decimal): -8000573 or 12839813. OLE color: 12839813.

HSL color Cylindrical-coordinate representation of color #85EBC3: hue angle of 156.47º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EBC3 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB133235195-
CMYK0.4300.170.08
HSL156.47º71.83%72.16%-
HSV(B)156.47º43.4%92.16%-
XYZ49.2368.3462.23-
YUV199.94125.2180.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.62%
GREEN value IS 235 (92.19% from 255) = 41.74%
BLUE value IS 195 (76.56% from 255) = 34.64%
R=23.62%
G=41.74%
B=34.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332351950.4300.170.08156.4771.8372.16
Hex85EBC32B01189c4848
Octal2053533035302110234110110
Binary10000101111010111100001110101101000110001001110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85EBC3; }

 p { color: rgb(133,235,195); }

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

<style>
 a { background-color: #85EBC3; }

 a { background-color: rgb(133,235,195); }

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

<style>
 span { border-color: #85EBC3; }

 span { border-color: rgb(133,235,195); }

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