Html Css Color HEX #98DCC5 Riptide

📋 copy color: '#98DCC5'

red 152 ◦ green 220 ◦ blue 197

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

Shades of Riptide #98DCC5

Tints of Riptide #98DCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.62%

R = 26.71%
G = 38.66%
B = 34.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#98DCC5 (or 0x98DCC5) is known color: Riptide. HEX triplet: 98, DC and C5. RGB value is (152,220,197). Sum of RGB (Red+Green+Blue) = 152+220+197=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCC5 is #67233A. Grayscale: #C5C5C5. Windows color (decimal): -6759227 or 12967064. OLE color: 12967064.

HSL color Cylindrical-coordinate representation of color #98DCC5: hue angle of 159.71º 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 #98DCC5 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 220 197 -
CMYK 0.31 0 0.10 0.14
HSL 159.71º 0.49% 0.73% -
HSV(B) 159.71º 0.31% 0.86% -
XYZ 48.62 61.89 62.21 -
YUV 197.05 127.97 95.87 -
System Red Green Blue C M Y K H S L
Decimal 152 220 197 0.31 0 0.10 0.14 159.71 0.49 0.73
Hex 98 DC C5 1F 0 A E A0 31 49
Octal 230 334 305 37 0 12 16 240 61 111
Binary 10011000 11011100 11000101 11111 0 1010 1110 10100000 110001 1001001

Color Harmonies of #98DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DCC5

Black with #98DCC5

Text Example


Text Example

White with #98DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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