Html Css Color HEX #98D7C6 Riptide

📋 copy color: '#98D7C6'

red 152 ◦ green 215 ◦ blue 198

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

Shades of Riptide #98D7C6

Tints of Riptide #98D7C6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.05%

 BLUE value IS 198 (77.73% from 255) = 35.04%

R = 26.9%
G = 38.05%
B = 35.04%

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

#98D7C6 (or 0x98D7C6) is known color: Riptide. HEX triplet: 98, D7 and C6. RGB value is (152,215,198). Sum of RGB (Red+Green+Blue) = 152+215+198=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 215 - color contains mainly: green. Hex color #98D7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D7C6 is #672839. Grayscale: #C2C2C2. Windows color (decimal): -6760506 or 13031320. OLE color: 13031320.

HSL color Cylindrical-coordinate representation of color #98D7C6: hue angle of 163.81º degrees, saturation: 0.44, 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 #98D7C6 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 215 198 -
CMYK 0.29 0 0.08 0.16
HSL 163.81º 0.44% 0.72% -
HSV(B) 163.81º 0.29% 0.84% -
XYZ 47.44 59.35 62.38 -
YUV 194.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 152 215 198 0.29 0 0.08 0.16 163.81 0.44 0.72
Hex 98 D7 C6 1D 0 8 10 A4 2C 48
Octal 230 327 306 35 0 10 20 244 54 110
Binary 10011000 11010111 11000110 11101 0 1000 10000 10100100 101100 1001000

Color Harmonies of #98D7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D7C6

Black with #98D7C6

Text Example


Text Example

White with #98D7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,215,198); }

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

background-color css

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

 a { background-color: rgb(152,215,198); }

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

border-color css

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

 span { border-color: rgb(152,215,198); }

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