Html Css Color HEX #98D6CA Riptide

📋 copy color: '#98D6CA'

red 152 ◦ green 214 ◦ blue 202

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

Shades of Riptide #98D6CA

Tints of Riptide #98D6CA

RGB

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

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

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

R = 26.76%
G = 37.68%
B = 35.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#98D6CA (or 0x98D6CA) is known color: Riptide. HEX triplet: 98, D6 and CA. RGB value is (152,214,202). Sum of RGB (Red+Green+Blue) = 152+214+202=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D6CA is #672935. Grayscale: #C2C2C2. Windows color (decimal): -6760758 or 13293208. OLE color: 13293208.

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

Color convert

RGB 152 214 202 -
CMYK 0.29 0 0.06 0.16
HSL 168.39º 0.43% 0.72% -
HSV(B) 168.39º 0.29% 0.84% -
XYZ 47.66 59.03 64.76 -
YUV 194.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 152 214 202 0.29 0 0.06 0.16 168.39 0.43 0.72
Hex 98 D6 CA 1D 0 6 10 A8 2B 48
Octal 230 326 312 35 0 6 20 250 53 110
Binary 10011000 11010110 11001010 11101 0 110 10000 10101000 101011 1001000

Color Harmonies of #98D6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D6CA

Black with #98D6CA

Text Example


Text Example

White with #98D6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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