Html Css Color HEX #98D6C5 Riptide

📋 copy color: '#98D6C5'

red 152 ◦ green 214 ◦ blue 197

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

Shades of Riptide #98D6C5

Tints of Riptide #98D6C5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.01%

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

R = 27%
G = 38.01%
B = 34.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#98D6C5 (or 0x98D6C5) is known color: Riptide. HEX triplet: 98, D6 and C5. RGB value is (152,214,197). Sum of RGB (Red+Green+Blue) = 152+214+197=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D6C5 is #67293A. Grayscale: #C1C1C1. Windows color (decimal): -6760763 or 12965528. OLE color: 12965528.

HSL color Cylindrical-coordinate representation of color #98D6C5: hue angle of 163.55º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D6C5 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 214 197 -
CMYK 0.29 0 0.08 0.16
HSL 163.55º 0.43% 0.72% -
HSV(B) 163.55º 0.29% 0.84% -
XYZ 47.07 58.8 61.69 -
YUV 193.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 152 214 197 0.29 0 0.08 0.16 163.55 0.43 0.72
Hex 98 D6 C5 1D 0 8 10 A4 2B 48
Octal 230 326 305 35 0 10 20 244 53 110
Binary 10011000 11010110 11000101 11101 0 1000 10000 10100100 101011 1001000

Color Harmonies of #98D6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D6C5

Black with #98D6C5

Text Example


Text Example

White with #98D6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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