#98DFCF

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

Shades of Riptide #98DFCF

Tints of Riptide #98DFCF

Color information

#98DFCF (or 0x98DFCF) is unknown color: approx Riptide. HEX triplet: 98, DF and CF. RGB value is (152,223,207). Sum of RGB (Red+Green+Blue) = 152+223+207=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DFCF is #672030. Grayscale: #C7C7C7. Windows color (decimal): -6758449 or 13623192. OLE color: 13623192.

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

Color convert

RGB152223207-
CMYK0.3200.070.13
HSL166.48º52.59%73.53%-
HSV(B)166.48º31.84%87.45%-
XYZ50.663.9668.71-
YUV199.95131.9893.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.12%
GREEN value IS 223 (87.5% from 255) = 38.32%
BLUE value IS 207 (81.25% from 255) = 35.57%
R=26.12%
G=38.32%
B=35.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522232070.3200.070.13166.4852.5973.53
Hex98DFCF2007Da6354a
Octal23033731740071524665112
Binary10011000110111111100111110000001111101101001101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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