#98d3ca

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

Shades of Sinbad #98D3CA

Tints of Sinbad #98D3CA

Color information

#98D3CA (or 0x98D3CA) is unknown color: approx Sinbad. HEX triplet: 98, D3 and CA. RGB value is (152,211,202). Sum of RGB (Red+Green+Blue) = 152+211+202=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 211 - color contains mainly: green. Hex color #98D3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D3CA is #672C35. Grayscale: #C0C0C0. Windows color (decimal): -6761526 or 13292440. OLE color: 13292440.

HSL color Cylindrical-coordinate representation of color #98D3CA: hue angle of 170.85º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D3CA is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB152211202-
CMYK0.2800.040.17
HSL170.85º40.14%71.18%-
HSV(B)170.85º27.96%82.75%-
XYZ46.957.5364.51-
YUV192.33133.4599.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.90%
GREEN value IS 211 (82.81% from 255) = 37.35%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=26.90%
G=37.35%
B=35.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1522112020.2800.040.17170.8540.1471.18
Hex98D3CA1C0411ab2847
Octal23032331234042125350107
Binary10011000110100111100101011100010010001101010111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98d3ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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