#98DBC2

Color #98DBC2 Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #98DBC2

Tints of Riptide #98DBC2

Color information

#98DBC2 (or 0x98DBC2) is unknown color: approx Riptide. HEX triplet: 98, DB and C2. RGB value is (152,219,194). Sum of RGB (Red+Green+Blue) = 152+219+194=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBC2 is #67243D. Grayscale: #C4C4C4. Windows color (decimal): -6759486 or 12770200. OLE color: 12770200.

HSL color Cylindrical-coordinate representation of color #98DBC2: hue angle of 157.61º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DBC2 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB152219194-
CMYK0.3100.110.14
HSL157.61º48.2%72.75%-
HSV(B)157.61º30.59%85.88%-
XYZ48.0261.2360.33-
YUV196.12126.896.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.90%
GREEN value IS 219 (85.94% from 255) = 38.76%
BLUE value IS 194 (76.17% from 255) = 34.34%
R=26.90%
G=38.76%
B=34.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522191940.3100.110.14157.6148.272.75
Hex98DBC21F0BE9e3049
Octal230333302370131623660111
Binary10011000110110111100001011111010111110100111101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,219,194); }

 H1.HeaderClassName
 {
   color: #98DBC2;
 }
 .AnyTagClassName
 {
   color: #98DBC2;
 }
</style>
background-color css

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

 a { background-color: rgb(152,219,194); }

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

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

 span { border-color: rgb(152,219,194); }

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