Html Css Color HEX #9EBABA Conch

📋 copy color: '#9EBABA'

red 158 ◦ green 186 ◦ blue 186

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

Shades of Conch #9EBABA

Tints of Conch #9EBABA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.09%

 BLUE value IS 186 (73.05% from 255) = 35.09%

R = 29.81%
G = 35.09%
B = 35.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9EBABA (or 0x9EBABA) is known color: Conch. HEX triplet: 9E, BA and BA. RGB value is (158,186,186). Sum of RGB (Red+Green+Blue) = 158+186+186=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #9EBABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBABA is #614545. Grayscale: #B1B1B1. Windows color (decimal): -6374726 or 12237470. OLE color: 12237470.

HSL color Cylindrical-coordinate representation of color #9EBABA: hue angle of 180º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EBABA is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 186 186 -
CMYK 0.15 0 0 0.27
HSL 180º 0.17% 0.67% -
HSV(B) 180º 0.15% 0.73% -
XYZ 40.52 45.93 53.18 -
YUV 177.63 132.72 114 -
System Red Green Blue C M Y K H S L
Decimal 158 186 186 0.15 0 0 0.27 180 0.17 0.67
Hex 9E BA BA F 0 0 1B B4 11 43
Octal 236 272 272 17 0 0 33 264 21 103
Binary 10011110 10111010 10111010 1111 0 0 11011 10110100 10001 1000011

Color Harmonies of #9EBABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBABA

Black with #9EBABA

Text Example


Text Example

White with #9EBABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,186,186); }

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

background-color css

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

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

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

border-color css

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

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

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