Html Css Color HEX #99D0C4 Riptide

📋 copy color: '#99D0C4'

red 153 ◦ green 208 ◦ blue 196

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

Shades of Riptide #99D0C4

Tints of Riptide #99D0C4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.34%

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

R = 27.47%
G = 37.34%
B = 35.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#99D0C4 (or 0x99D0C4) is known color: Riptide. HEX triplet: 99, D0 and C4. RGB value is (153,208,196). Sum of RGB (Red+Green+Blue) = 153+208+196=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #99D0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D0C4 is #662F3B. Grayscale: #BEBEBE. Windows color (decimal): -6696764 or 12898457. OLE color: 12898457.

HSL color Cylindrical-coordinate representation of color #99D0C4: hue angle of 166.91º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99D0C4 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 208 196 -
CMYK 0.26 0 0.06 0.18
HSL 166.91º 0.37% 0.71% -
HSV(B) 166.91º 0.26% 0.82% -
XYZ 45.66 55.87 60.6 -
YUV 190.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 153 208 196 0.26 0 0.06 0.18 166.91 0.37 0.71
Hex 99 D0 C4 1A 0 6 12 A7 25 47
Octal 231 320 304 32 0 6 22 247 45 107
Binary 10011001 11010000 11000100 11010 0 110 10010 10100111 100101 1000111

Color Harmonies of #99D0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D0C4

Black with #99D0C4

Text Example


Text Example

White with #99D0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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