Html Css Color HEX #99DCCA Riptide

📋 copy color: '#99DCCA'

red 153 ◦ green 220 ◦ blue 202

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

Shades of Riptide #99DCCA

Tints of Riptide #99DCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.13%

R = 26.61%
G = 38.26%
B = 35.13%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#99DCCA (or 0x99DCCA) is known color: Riptide. HEX triplet: 99, DC and CA. RGB value is (153,220,202). Sum of RGB (Red+Green+Blue) = 153+220+202=575 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.61% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCCA is #662335. Grayscale: #C5C5C5. Windows color (decimal): -6693686 or 13294745. OLE color: 13294745.

HSL color Cylindrical-coordinate representation of color #99DCCA: hue angle of 163.88º 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 #99DCCA is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 220 202 -
CMYK 0.30 0 0.08 0.14
HSL 163.88º 0.49% 0.73% -
HSV(B) 163.88º 0.3% 0.86% -
XYZ 49.39 62.22 65.28 -
YUV 197.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 153 220 202 0.30 0 0.08 0.14 163.88 0.49 0.73
Hex 99 DC CA 1E 0 8 E A4 31 49
Octal 231 334 312 36 0 10 16 244 61 111
Binary 10011001 11011100 11001010 11110 0 1000 1110 10100100 110001 1001001

Color Harmonies of #99DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DCCA

Black with #99DCCA

Text Example


Text Example

White with #99DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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