#98BDBF

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

Shades of Casper #98BDBF

Tints of Casper #98BDBF

Color information

#98BDBF (or 0x98BDBF) is unknown color: approx Casper. HEX triplet: 98, BD and BF. RGB value is (152,189,191). Sum of RGB (Red+Green+Blue) = 152+189+191=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #98BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDBF is #674240. Grayscale: #B2B2B2. Windows color (decimal): -6767169 or 12565912. OLE color: 12565912.

HSL color Cylindrical-coordinate representation of color #98BDBF: hue angle of 183.08º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BDBF is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152189191-
CMYK0.200.0100.25
HSL183.08º23.35%67.25%-
HSV(B)183.08º20.42%74.9%-
XYZ40.5546.8356.19-
YUV178.16135.24109.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.57%
GREEN value IS 189 (74.22% from 255) = 35.53%
BLUE value IS 191 (75% from 255) = 35.90%
R=28.57%
G=35.53%
B=35.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521891910.200.0100.25183.0823.3567.25
Hex98BDBF141019b71743
Octal23027527724103126727103
Binary10011000101111011011111110100101100110110111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,189,191); }

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

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

 a { background-color: rgb(152,189,191); }

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

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

 span { border-color: rgb(152,189,191); }

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