Html Css Color HEX #9BBEAE Skeptic

📋 copy color: '#9BBEAE'

red 155 ◦ green 190 ◦ blue 174

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

Shades of Skeptic #9BBEAE

Tints of Skeptic #9BBEAE

RGB

 RED value IS 155 (60.94% from 255) = 29.87%

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

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

R = 29.87%
G = 36.61%
B = 33.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#9BBEAE (or 0x9BBEAE) is known color: Skeptic. HEX triplet: 9B, BE and AE. RGB value is (155,190,174). Sum of RGB (Red+Green+Blue) = 155+190+174=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBEAE is #644151. Grayscale: #B1B1B1. Windows color (decimal): -6570322 or 11452059. OLE color: 11452059.

HSL color Cylindrical-coordinate representation of color #9BBEAE: hue angle of 152.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBEAE is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 190 174 -
CMYK 0.18 0 0.08 0.25
HSL 152.57º 0.21% 0.68% -
HSV(B) 152.57º 0.18% 0.75% -
XYZ 39.57 46.85 47 -
YUV 177.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 155 190 174 0.18 0 0.08 0.25 152.57 0.21 0.68
Hex 9B BE AE 12 0 8 19 99 15 44
Octal 233 276 256 22 0 10 31 231 25 104
Binary 10011011 10111110 10101110 10010 0 1000 11001 10011001 10101 1000100

Color Harmonies of #9BBEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBEAE

Black with #9BBEAE

Text Example


Text Example

White with #9BBEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BBEAE; }

 p { color: rgb(155,190,174); }

 H1.HeaderClassName
 {
   color: #9BBEAE;
 }
 .AnyTagClassName
 {
   color: #9BBEAE;
 }
</style>

background-color css

<style>
 a { background-color: #9BBEAE; }

 a { background-color: rgb(155,190,174); }

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

border-color css

<style>
 span { border-color: #9BBEAE; }

 span { border-color: rgb(155,190,174); }

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