Html Css Color HEX #98DCCC Riptide

📋 copy color: '#98DCCC'

red 152 ◦ green 220 ◦ blue 204

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

Shades of Riptide #98DCCC

Tints of Riptide #98DCCC

RGB

 RED value IS 152 (59.77% from 255) = 26.39%

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

 BLUE value IS 204 (80.08% from 255) = 35.42%

R = 26.39%
G = 38.19%
B = 35.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#98DCCC (or 0x98DCCC) is known color: Riptide. HEX triplet: 98, DC and CC. RGB value is (152,220,204). Sum of RGB (Red+Green+Blue) = 152+220+204=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCCC is #672333. Grayscale: #C5C5C5. Windows color (decimal): -6759220 or 13425816. OLE color: 13425816.

HSL color Cylindrical-coordinate representation of color #98DCCC: hue angle of 165.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DCCC is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 220 204 -
CMYK 0.31 0 0.07 0.14
HSL 165.88º 0.49% 0.73% -
HSV(B) 165.88º 0.31% 0.86% -
XYZ 49.44 62.22 66.53 -
YUV 197.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 152 220 204 0.31 0 0.07 0.14 165.88 0.49 0.73
Hex 98 DC CC 1F 0 7 E A6 31 49
Octal 230 334 314 37 0 7 16 246 61 111
Binary 10011000 11011100 11001100 11111 0 111 1110 10100110 110001 1001001

Color Harmonies of #98DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DCCC

Black with #98DCCC

Text Example


Text Example

White with #98DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98DCCC; }

 p { color: rgb(152,220,204); }

 H1.HeaderClassName
 {
   color: #98DCCC;
 }
 .AnyTagClassName
 {
   color: #98DCCC;
 }
</style>

background-color css

<style>
 a { background-color: #98DCCC; }

 a { background-color: rgb(152,220,204); }

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

border-color css

<style>
 span { border-color: #98DCCC; }

 span { border-color: rgb(152,220,204); }

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