Html Css Color HEX #99D8C4 Riptide

📋 copy color: '#99D8C4'

red 153 ◦ green 216 ◦ blue 196

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

Shades of Riptide #99D8C4

Tints of Riptide #99D8C4

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.23%

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

R = 27.08%
G = 38.23%
B = 34.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#99D8C4 (or 0x99D8C4) is known color: Riptide. HEX triplet: 99, D8 and C4. RGB value is (153,216,196). Sum of RGB (Red+Green+Blue) = 153+216+196=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D8C4 is #66273B. Grayscale: #C2C2C2. Windows color (decimal): -6694716 or 12900505. OLE color: 12900505.

HSL color Cylindrical-coordinate representation of color #99D8C4: hue angle of 160.95º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D8C4 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 216 196 -
CMYK 0.29 0 0.09 0.15
HSL 160.95º 0.45% 0.72% -
HSV(B) 160.95º 0.29% 0.85% -
XYZ 47.66 59.87 61.27 -
YUV 194.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 153 216 196 0.29 0 0.09 0.15 160.95 0.45 0.72
Hex 99 D8 C4 1D 0 9 F A1 2D 48
Octal 231 330 304 35 0 11 17 241 55 110
Binary 10011001 11011000 11000100 11101 0 1001 1111 10100001 101101 1001000

Color Harmonies of #99D8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D8C4

Black with #99D8C4

Text Example


Text Example

White with #99D8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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