Html Css Color HEX #9CBABA Conch

📋 copy color: '#9CBABA'

red 156 ◦ green 186 ◦ blue 186

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

Shades of Conch #9CBABA

Tints of Conch #9CBABA

RGB

 RED value IS 156 (61.33% from 255) = 29.55%

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

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

R = 29.55%
G = 35.23%
B = 35.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9CBABA (or 0x9CBABA) is known color: Conch. HEX triplet: 9C, BA and BA. RGB value is (156,186,186). Sum of RGB (Red+Green+Blue) = 156+186+186=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #9CBABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBABA is #634545. Grayscale: #B1B1B1. Windows color (decimal): -6505798 or 12237468. OLE color: 12237468.

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

Color convert

RGB 156 186 186 -
CMYK 0.16 0 0 0.27
HSL 180º 0.18% 0.67% -
HSV(B) 180º 0.16% 0.73% -
XYZ 40.13 45.73 53.17 -
YUV 177.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 156 186 186 0.16 0 0 0.27 180 0.18 0.67
Hex 9C BA BA 10 0 0 1B B4 12 43
Octal 234 272 272 20 0 0 33 264 22 103
Binary 10011100 10111010 10111010 10000 0 0 11011 10110100 10010 1000011

Color Harmonies of #9CBABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBABA

Black with #9CBABA

Text Example


Text Example

White with #9CBABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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