Html Css Color HEX #99DCC6 Riptide

📋 copy color: '#99DCC6'

red 153 ◦ green 220 ◦ blue 198

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

Shades of Riptide #99DCC6

Tints of Riptide #99DCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.68%

R = 26.8%
G = 38.53%
B = 34.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#99DCC6 (or 0x99DCC6) is known color: Riptide. HEX triplet: 99, DC and C6. RGB value is (153,220,198). Sum of RGB (Red+Green+Blue) = 153+220+198=571 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.80% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCC6 is #662339. Grayscale: #C5C5C5. Windows color (decimal): -6693690 or 13032601. OLE color: 13032601.

HSL color Cylindrical-coordinate representation of color #99DCC6: hue angle of 160.3º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCC6 is Cyan = 0.30, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 220 198 -
CMYK 0.30 0 0.1 0.14
HSL 160.3º 0.49% 0.73% -
HSV(B) 160.3º 0.3% 0.86% -
XYZ 48.92 62.04 62.82 -
YUV 197.46 128.3 96.29 -
System Red Green Blue C M Y K H S L
Decimal 153 220 198 0.30 0 0.1 0.14 160.3 0.49 0.73
Hex 99 DC C6 1E 0 A E A0 31 49
Octal 231 334 306 36 0 12 16 240 61 111
Binary 10011001 11011100 11000110 11110 0 1010 1110 10100000 110001 1001001

Color Harmonies of #99DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DCC6

Black with #99DCC6

Text Example


Text Example

White with #99DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,220,198); }

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

background-color css

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

 a { background-color: rgb(153,220,198); }

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

border-color css

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

 span { border-color: rgb(153,220,198); }

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