Html Css Color HEX #9BADA9 Conch

📋 copy color: '#9BADA9'

red 155 ◦ green 173 ◦ blue 169

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

Shades of Conch #9BADA9

Tints of Conch #9BADA9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.81%

 BLUE value IS 169 (66.41% from 255) = 34%

R = 31.19%
G = 34.81%
B = 34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#9BADA9 (or 0x9BADA9) is known color: Conch. HEX triplet: 9B, AD and A9. RGB value is (155,173,169). Sum of RGB (Red+Green+Blue) = 155+173+169=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 173 - color contains mainly: green. Hex color #9BADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BADA9 is #645256. Grayscale: #A7A7A7. Windows color (decimal): -6574679 or 11120027. OLE color: 11120027.

HSL color Cylindrical-coordinate representation of color #9BADA9: hue angle of 166.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BADA9 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 173 169 -
CMYK 0.10 0 0.02 0.32
HSL 166.67º 0.1% 0.64% -
HSV(B) 166.67º 0.1% 0.68% -
XYZ 35.62 39.72 43.33 -
YUV 167.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 155 173 169 0.10 0 0.02 0.32 166.67 0.1 0.64
Hex 9B AD A9 A 0 2 20 A7 A 40
Octal 233 255 251 12 0 2 40 247 12 100
Binary 10011011 10101101 10101001 1010 0 10 100000 10100111 1010 1000000

Color Harmonies of #9BADA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BADA9

Black with #9BADA9

Text Example


Text Example

White with #9BADA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,173,169); }

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

background-color css

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

 a { background-color: rgb(155,173,169); }

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

border-color css

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

 span { border-color: rgb(155,173,169); }

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