Html Css Color HEX #99DAC4 Riptide

📋 copy color: '#99DAC4'

red 153 ◦ green 218 ◦ blue 196

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

Shades of Riptide #99DAC4

Tints of Riptide #99DAC4

RGB

 RED value IS 153 (60.16% from 255) = 26.98%

 GREEN value IS 218 (85.55% from 255) = 38.45%

 BLUE value IS 196 (76.95% from 255) = 34.57%

R = 26.98%
G = 38.45%
B = 34.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#99DAC4 (or 0x99DAC4) is known color: Riptide. HEX triplet: 99, DA and C4. RGB value is (153,218,196). Sum of RGB (Red+Green+Blue) = 153+218+196=567 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.98% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #99DAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DAC4 is #66253B. Grayscale: #C4C4C4. Windows color (decimal): -6694204 or 12901017. OLE color: 12901017.

HSL color Cylindrical-coordinate representation of color #99DAC4: hue angle of 159.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DAC4 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 218 196 -
CMYK 0.30 0 0.10 0.15
HSL 159.69º 0.47% 0.73% -
HSV(B) 159.69º 0.3% 0.85% -
XYZ 48.17 60.9 61.44 -
YUV 196.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 153 218 196 0.30 0 0.10 0.15 159.69 0.47 0.73
Hex 99 DA C4 1E 0 A F A0 2F 49
Octal 231 332 304 36 0 12 17 240 57 111
Binary 10011001 11011010 11000100 11110 0 1010 1111 10100000 101111 1001001

Color Harmonies of #99DAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DAC4

Black with #99DAC4

Text Example


Text Example

White with #99DAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99DAC4; }

 p { color: rgb(153,218,196); }

 H1.HeaderClassName
 {
   color: #99DAC4;
 }
 .AnyTagClassName
 {
   color: #99DAC4;
 }
</style>

background-color css

<style>
 a { background-color: #99DAC4; }

 a { background-color: rgb(153,218,196); }

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

border-color css

<style>
 span { border-color: #99DAC4; }

 span { border-color: rgb(153,218,196); }

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