Html Css Color HEX #98D5CA Riptide

📋 copy color: '#98D5CA'

red 152 ◦ green 213 ◦ blue 202

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

Shades of Riptide #98D5CA

Tints of Riptide #98D5CA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.57%

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

R = 26.81%
G = 37.57%
B = 35.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#98D5CA (or 0x98D5CA) is known color: Riptide. HEX triplet: 98, D5 and CA. RGB value is (152,213,202). Sum of RGB (Red+Green+Blue) = 152+213+202=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D5CA is #672A35. Grayscale: #C1C1C1. Windows color (decimal): -6761014 or 13292952. OLE color: 13292952.

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

Color convert

RGB 152 213 202 -
CMYK 0.29 0 0.05 0.16
HSL 169.18º 0.42% 0.72% -
HSV(B) 169.18º 0.29% 0.84% -
XYZ 47.4 58.53 64.68 -
YUV 193.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 152 213 202 0.29 0 0.05 0.16 169.18 0.42 0.72
Hex 98 D5 CA 1D 0 5 10 A9 2A 48
Octal 230 325 312 35 0 5 20 251 52 110
Binary 10011000 11010101 11001010 11101 0 101 10000 10101001 101010 1001000

Color Harmonies of #98D5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5CA

Black with #98D5CA

Text Example


Text Example

White with #98D5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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