Html Css Color HEX #98DFCA Riptide

📋 copy color: '#98DFCA'

red 152 ◦ green 223 ◦ blue 202

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

Shades of Riptide #98DFCA

Tints of Riptide #98DFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.01%

R = 26.34%
G = 38.65%
B = 35.01%

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

#98DFCA (or 0x98DFCA) is known color: Riptide. HEX triplet: 98, DF and CA. RGB value is (152,223,202). Sum of RGB (Red+Green+Blue) = 152+223+202=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DFCA is #672035. Grayscale: #C7C7C7. Windows color (decimal): -6758454 or 13295512. OLE color: 13295512.

HSL color Cylindrical-coordinate representation of color #98DFCA: hue angle of 162.25º 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 #98DFCA is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 223 202 -
CMYK 0.32 0 0.09 0.13
HSL 162.25º 0.53% 0.74% -
HSV(B) 162.25º 0.32% 0.87% -
XYZ 50 63.72 65.54 -
YUV 199.38 129.48 94.21 -
System Red Green Blue C M Y K H S L
Decimal 152 223 202 0.32 0 0.09 0.13 162.25 0.53 0.74
Hex 98 DF CA 20 0 9 D A2 35 4A
Octal 230 337 312 40 0 11 15 242 65 112
Binary 10011000 11011111 11001010 100000 0 1001 1101 10100010 110101 1001010

Color Harmonies of #98DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DFCA

Black with #98DFCA

Text Example


Text Example

White with #98DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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