Html Css Color HEX #98BEAF Skeptic

📋 copy color: '#98BEAF'

red 152 ◦ green 190 ◦ blue 175

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

Shades of Skeptic #98BEAF

Tints of Skeptic #98BEAF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.75%

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

R = 29.4%
G = 36.75%
B = 33.85%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#98BEAF (or 0x98BEAF) is known color: 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

RGB 152 190 175 -
CMYK 0.2 0 0.08 0.25
HSL 156.32º 0.23% 0.67% -
HSV(B) 156.32º 0.2% 0.75% -
XYZ 39.1 46.6 47.49 -
YUV 176.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 152 190 175 0.2 0 0.08 0.25 156.32 0.23 0.67
Hex 98 BE AF 14 0 8 19 9C 17 43
Octal 230 276 257 24 0 10 31 234 27 103
Binary 10011000 10111110 10101111 10100 0 1000 11001 10011100 10111 1000011

Color Harmonies of #98BEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BEAF

Black with #98BEAF

Text Example


Text Example

White with #98BEAF

Text Example


Text Example

HTML Codes & Css Web 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>