Html Css Color HEX #99BEAF Skeptic

📋 copy color: '#99BEAF'

red 153 ◦ green 190 ◦ blue 175

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

Shades of Skeptic #99BEAF

Tints of Skeptic #99BEAF

RGB

 RED value IS 153 (60.16% from 255) = 29.54%

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

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

R = 29.54%
G = 36.68%
B = 33.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#99BEAF (or 0x99BEAF) is known color: Skeptic. HEX triplet: 99, BE and AF. RGB value is (153,190,175). Sum of RGB (Red+Green+Blue) = 153+190+175=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #99BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BEAF is #664150. Grayscale: #B1B1B1. Windows color (decimal): -6701393 or 11517593. OLE color: 11517593.

HSL color Cylindrical-coordinate representation of color #99BEAF: hue angle of 155.68º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BEAF is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 190 175 -
CMYK 0.19 0 0.08 0.25
HSL 155.68º 0.22% 0.67% -
HSV(B) 155.68º 0.19% 0.75% -
XYZ 39.29 46.69 47.5 -
YUV 177.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 153 190 175 0.19 0 0.08 0.25 155.68 0.22 0.67
Hex 99 BE AF 13 0 8 19 9C 16 43
Octal 231 276 257 23 0 10 31 234 26 103
Binary 10011001 10111110 10101111 10011 0 1000 11001 10011100 10110 1000011

Color Harmonies of #99BEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BEAF

Black with #99BEAF

Text Example


Text Example

White with #99BEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99BEAF;
 }
 .AnyTagClassName
 {
   color: #99BEAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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