Html Css Color HEX #98C0AE Skeptic

📋 copy color: '#98C0AE'

red 152 ◦ green 192 ◦ blue 174

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

Shades of Skeptic #98C0AE

Tints of Skeptic #98C0AE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.07%

 BLUE value IS 174 (68.36% from 255) = 33.59%

R = 29.34%
G = 37.07%
B = 33.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#98C0AE (or 0x98C0AE) is known color: Skeptic. HEX triplet: 98, C0 and AE. RGB value is (152,192,174). Sum of RGB (Red+Green+Blue) = 152+192+174=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #98C0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C0AE is #673F51. Grayscale: #B2B2B2. Windows color (decimal): -6766418 or 11452568. OLE color: 11452568.

HSL color Cylindrical-coordinate representation of color #98C0AE: hue angle of 153º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98C0AE is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 192 174 -
CMYK 0.21 0 0.09 0.25
HSL 153º 0.24% 0.67% -
HSV(B) 153º 0.21% 0.75% -
XYZ 39.44 47.43 47.12 -
YUV 177.99 125.75 109.46 -
System Red Green Blue C M Y K H S L
Decimal 152 192 174 0.21 0 0.09 0.25 153 0.24 0.67
Hex 98 C0 AE 15 0 9 19 99 18 43
Octal 230 300 256 25 0 11 31 231 30 103
Binary 10011000 11000000 10101110 10101 0 1001 11001 10011001 11000 1000011

Color Harmonies of #98C0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C0AE

Black with #98C0AE

Text Example


Text Example

White with #98C0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,192,174); }

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

background-color css

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

 a { background-color: rgb(152,192,174); }

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

border-color css

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

 span { border-color: rgb(152,192,174); }

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