Html Css Color HEX #9EB6B0 Conch

📋 copy color: '#9EB6B0'

red 158 ◦ green 182 ◦ blue 176

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

Shades of Conch #9EB6B0

Tints of Conch #9EB6B0

RGB

 RED value IS 158 (62.11% from 255) = 30.62%

 GREEN value IS 182 (71.48% from 255) = 35.27%

 BLUE value IS 176 (69.14% from 255) = 34.11%

R = 30.62%
G = 35.27%
B = 34.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#9EB6B0 (or 0x9EB6B0) is known color: Conch. HEX triplet: 9E, B6 and B0. RGB value is (158,182,176). Sum of RGB (Red+Green+Blue) = 158+182+176=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB6B0 is #61494F. Grayscale: #AEAEAE. Windows color (decimal): -6375760 or 11581086. OLE color: 11581086.

HSL color Cylindrical-coordinate representation of color #9EB6B0: hue angle of 165º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EB6B0 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 182 176 -
CMYK 0.13 0 0.03 0.29
HSL 165º 0.14% 0.67% -
HSV(B) 165º 0.13% 0.71% -
XYZ 38.66 43.86 47.5 -
YUV 174.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 158 182 176 0.13 0 0.03 0.29 165 0.14 0.67
Hex 9E B6 B0 D 0 3 1D A5 E 43
Octal 236 266 260 15 0 3 35 245 16 103
Binary 10011110 10110110 10110000 1101 0 11 11101 10100101 1110 1000011

Color Harmonies of #9EB6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB6B0

Black with #9EB6B0

Text Example


Text Example

White with #9EB6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,182,176); }

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

background-color css

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

 a { background-color: rgb(158,182,176); }

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

border-color css

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

 span { border-color: rgb(158,182,176); }

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