Html Css Color HEX #89DBC0 Riptide

📋 copy color: '#89DBC0'

red 137 ◦ green 219 ◦ blue 192

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

Shades of Riptide #89DBC0

Tints of Riptide #89DBC0

RGB

 RED value IS 137 (53.91% from 255) = 25%

 GREEN value IS 219 (85.94% from 255) = 39.96%

 BLUE value IS 192 (75.39% from 255) = 35.04%

R = 25%
G = 39.96%
B = 35.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#89DBC0 (or 0x89DBC0) is known color: Riptide. HEX triplet: 89, DB and C0. RGB value is (137,219,192). Sum of RGB (Red+Green+Blue) = 137+219+192=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DBC0 is #76243F. Grayscale: #BFBFBF. Windows color (decimal): -7742528 or 12639113. OLE color: 12639113.

HSL color Cylindrical-coordinate representation of color #89DBC0: hue angle of 160.24º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DBC0 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 219 192 -
CMYK 0.37 0 0.12 0.14
HSL 160.24º 0.53% 0.7% -
HSV(B) 160.24º 0.37% 0.86% -
XYZ 45.16 59.79 59.03 -
YUV 191.4 128.33 89.2 -
System Red Green Blue C M Y K H S L
Decimal 137 219 192 0.37 0 0.12 0.14 160.24 0.53 0.7
Hex 89 DB C0 25 0 C E A0 35 46
Octal 211 333 300 45 0 14 16 240 65 106
Binary 10001001 11011011 11000000 100101 0 1100 1110 10100000 110101 1000110

Color Harmonies of #89DBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DBC0

Black with #89DBC0

Text Example


Text Example

White with #89DBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89DBC0; }

 p { color: rgb(137,219,192); }

 H1.HeaderClassName
 {
   color: #89DBC0;
 }
 .AnyTagClassName
 {
   color: #89DBC0;
 }
</style>

background-color css

<style>
 a { background-color: #89DBC0; }

 a { background-color: rgb(137,219,192); }

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

border-color css

<style>
 span { border-color: #89DBC0; }

 span { border-color: rgb(137,219,192); }

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