Html Css Color HEX #85EAC5 Riptide

📋 copy color: '#85EAC5'

red 133 ◦ green 234 ◦ blue 197

#85EAC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #85EAC5

Tints of Riptide #85EAC5

RGB

 RED value IS 133 (52.34% from 255) = 23.58%

 GREEN value IS 234 (91.8% from 255) = 41.49%

 BLUE value IS 197 (77.34% from 255) = 34.93%

R = 23.58%
G = 41.49%
B = 34.93%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#85EAC5 (or 0x85EAC5) is known color: Riptide. HEX triplet: 85, EA and C5. RGB value is (133,234,197). Sum of RGB (Red+Green+Blue) = 133+234+197=564 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.58% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #85EAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EAC5 is #7A153A. Grayscale: #C7C7C7. Windows color (decimal): -8000827 or 12970629. OLE color: 12970629.

HSL color Cylindrical-coordinate representation of color #85EAC5: hue angle of 158.02º degrees, saturation: 0.71, 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 #85EAC5 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 234 197 -
CMYK 0.43 0 0.16 0.08
HSL 158.02º 0.71% 0.72% -
HSV(B) 158.02º 0.43% 0.92% -
XYZ 49.17 67.86 63.33 -
YUV 199.58 126.54 80.51 -
System Red Green Blue C M Y K H S L
Decimal 133 234 197 0.43 0 0.16 0.08 158.02 0.71 0.72
Hex 85 EA C5 2B 0 10 8 9E 47 48
Octal 205 352 305 53 0 20 10 236 107 110
Binary 10000101 11101010 11000101 101011 0 10000 1000 10011110 1000111 1001000

Color Harmonies of #85EAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EAC5

Black with #85EAC5

Text Example


Text Example

White with #85EAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,234,197); }

 H1.HeaderClassName
 {
   color: #85EAC5;
 }
 .AnyTagClassName
 {
   color: #85EAC5;
 }
</style>

background-color css

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

 a { background-color: rgb(133,234,197); }

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

border-color css

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

 span { border-color: rgb(133,234,197); }

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