#98BEAF

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

Shades of Skeptic #98BEAF

Tints of Skeptic #98BEAF

Color information

#98BEAF (or 0x98BEAF) is unknown color: approx Skeptic. HEX triplet: 98, BE and AF. RGB value is (152,190,175). Sum of RGB (Red+Green+Blue) = 152+190+175=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #98BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BEAF is #674150. Grayscale: #B0B0B0. Windows color (decimal): -6766929 or 11517592. OLE color: 11517592.

HSL color Cylindrical-coordinate representation of color #98BEAF: hue angle of 156.32º 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 #98BEAF is Cyan = 0.2, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB152190175-
CMYK0.200.080.25
HSL156.32º22.62%67.06%-
HSV(B)156.32º20%74.51%-
XYZ39.146.647.49-
YUV176.93126.91110.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.40%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 175 (68.75% from 255) = 33.85%
R=29.40%
G=36.75%
B=33.85%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521901750.200.080.25156.3222.6267.06
Hex98BEAF1408199c1743
Octal230276257240103123427103
Binary10011000101111101010111110100010001100110011100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,190,175); }

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

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

 a { background-color: rgb(152,190,175); }

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

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

 span { border-color: rgb(152,190,175); }

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