Html Css Color HEX #85E2CC Riptide

📋 copy color: '#85E2CC'

red 133 ◦ green 226 ◦ blue 204

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

Shades of Riptide #85E2CC

Tints of Riptide #85E2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.14%

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 23.62%
G = 40.14%
B = 36.23%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#85E2CC (or 0x85E2CC) is known color: Riptide. HEX triplet: 85, E2 and CC. RGB value is (133,226,204). Sum of RGB (Red+Green+Blue) = 133+226+204=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #85E2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E2CC is #7A1D33. Grayscale: #C3C3C3. Windows color (decimal): -8002868 or 13427333. OLE color: 13427333.

HSL color Cylindrical-coordinate representation of color #85E2CC: hue angle of 165.81º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E2CC is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 226 204 -
CMYK 0.41 0 0.10 0.11
HSL 165.81º 0.62% 0.7% -
HSV(B) 165.81º 0.41% 0.89% -
XYZ 47.77 63.74 66.91 -
YUV 195.69 132.69 83.29 -
System Red Green Blue C M Y K H S L
Decimal 133 226 204 0.41 0 0.10 0.11 165.81 0.62 0.7
Hex 85 E2 CC 29 0 A B A6 3E 46
Octal 205 342 314 51 0 12 13 246 76 106
Binary 10000101 11100010 11001100 101001 0 1010 1011 10100110 111110 1000110

Color Harmonies of #85E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E2CC

Black with #85E2CC

Text Example


Text Example

White with #85E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,226,204); }

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

background-color css

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

 a { background-color: rgb(133,226,204); }

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

border-color css

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

 span { border-color: rgb(133,226,204); }

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