Html Css Color HEX #98C2AF Skeptic

📋 copy color: '#98C2AF'

red 152 ◦ green 194 ◦ blue 175

#98C2AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Skeptic #98C2AF

Tints of Skeptic #98C2AF

RGB

 RED value IS 152 (59.77% from 255) = 29.17%

 GREEN value IS 194 (76.17% from 255) = 37.24%

 BLUE value IS 175 (68.75% from 255) = 33.59%

R = 29.17%
G = 37.24%
B = 33.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#98C2AF (or 0x98C2AF) is known color: Skeptic. HEX triplet: 98, C2 and AF. RGB value is (152,194,175). Sum of RGB (Red+Green+Blue) = 152+194+175=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #98C2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C2AF is #673D50. Grayscale: #B3B3B3. Windows color (decimal): -6765905 or 11518616. OLE color: 11518616.

HSL color Cylindrical-coordinate representation of color #98C2AF: hue angle of 152.86º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98C2AF is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 194 175 -
CMYK 0.22 0 0.10 0.24
HSL 152.86º 0.26% 0.68% -
HSV(B) 152.86º 0.22% 0.76% -
XYZ 39.98 48.35 47.78 -
YUV 179.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 152 194 175 0.22 0 0.10 0.24 152.86 0.26 0.68
Hex 98 C2 AF 16 0 A 18 99 1A 44
Octal 230 302 257 26 0 12 30 231 32 104
Binary 10011000 11000010 10101111 10110 0 1010 11000 10011001 11010 1000100

Color Harmonies of #98C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C2AF

Black with #98C2AF

Text Example


Text Example

White with #98C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98C2AF;
 }
 .AnyTagClassName
 {
   color: #98C2AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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