Html Css Color HEX #98DFCC Riptide

📋 copy color: '#98DFCC'

red 152 ◦ green 223 ◦ blue 204

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

Shades of Riptide #98DFCC

Tints of Riptide #98DFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.51%

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

R = 26.25%
G = 38.51%
B = 35.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#98DFCC (or 0x98DFCC) is known color: Riptide. HEX triplet: 98, DF and CC. RGB value is (152,223,204). Sum of RGB (Red+Green+Blue) = 152+223+204=579 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.25% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DFCC is #672033. Grayscale: #C7C7C7. Windows color (decimal): -6758452 or 13426584. OLE color: 13426584.

HSL color Cylindrical-coordinate representation of color #98DFCC: hue angle of 163.94º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DFCC is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 223 204 -
CMYK 0.32 0 0.09 0.13
HSL 163.94º 0.53% 0.74% -
HSV(B) 163.94º 0.32% 0.87% -
XYZ 50.24 63.81 66.8 -
YUV 199.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 152 223 204 0.32 0 0.09 0.13 163.94 0.53 0.74
Hex 98 DF CC 20 0 9 D A4 35 4A
Octal 230 337 314 40 0 11 15 244 65 112
Binary 10011000 11011111 11001100 100000 0 1001 1101 10100100 110101 1001010

Color Harmonies of #98DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DFCC

Black with #98DFCC

Text Example


Text Example

White with #98DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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