Html Css Color HEX #89DCD4 Riptide

📋 copy color: '#89DCD4'

red 137 ◦ green 220 ◦ blue 212

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

Shades of Riptide #89DCD4

Tints of Riptide #89DCD4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.66%

 BLUE value IS 212 (83.2% from 255) = 37.26%

R = 24.08%
G = 38.66%
B = 37.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#89DCD4 (or 0x89DCD4) is known color: Riptide. HEX triplet: 89, DC and D4. RGB value is (137,220,212). Sum of RGB (Red+Green+Blue) = 137+220+212=569 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.08% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCD4 is #76232B. Grayscale: #C2C2C2. Windows color (decimal): -7742252 or 13950089. OLE color: 13950089.

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

Color convert

RGB 137 220 212 -
CMYK 0.38 0 0.04 0.14
HSL 174.22º 0.54% 0.7% -
HSV(B) 174.22º 0.38% 0.86% -
XYZ 47.79 61.26 71.59 -
YUV 194.27 138 87.15 -
System Red Green Blue C M Y K H S L
Decimal 137 220 212 0.38 0 0.04 0.14 174.22 0.54 0.7
Hex 89 DC D4 26 0 4 E AE 36 46
Octal 211 334 324 46 0 4 16 256 66 106
Binary 10001001 11011100 11010100 100110 0 100 1110 10101110 110110 1000110

Color Harmonies of #89DCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DCD4

Black with #89DCD4

Text Example


Text Example

White with #89DCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,220,212); }

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

background-color css

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

 a { background-color: rgb(137,220,212); }

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

border-color css

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

 span { border-color: rgb(137,220,212); }

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