Html Css Color HEX #96BABA Conch

📋 copy color: '#96BABA'

red 150 ◦ green 186 ◦ blue 186

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

Shades of Conch #96BABA

Tints of Conch #96BABA

RGB

 RED value IS 150 (58.98% from 255) = 28.74%

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

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

R = 28.74%
G = 35.63%
B = 35.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96BABA (or 0x96BABA) is known color: Conch. HEX triplet: 96, BA and BA. RGB value is (150,186,186). Sum of RGB (Red+Green+Blue) = 150+186+186=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #96BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BABA is #694545. Grayscale: #AFAFAF. Windows color (decimal): -6899014 or 12237462. OLE color: 12237462.

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

Color convert

RGB 150 186 186 -
CMYK 0.19 0 0 0.27
HSL 180º 0.21% 0.66% -
HSV(B) 180º 0.19% 0.73% -
XYZ 39 45.15 53.11 -
YUV 175.24 134.07 110 -
System Red Green Blue C M Y K H S L
Decimal 150 186 186 0.19 0 0 0.27 180 0.21 0.66
Hex 96 BA BA 13 0 0 1B B4 15 42
Octal 226 272 272 23 0 0 33 264 25 102
Binary 10010110 10111010 10111010 10011 0 0 11011 10110100 10101 1000010

Color Harmonies of #96BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BABA

Black with #96BABA

Text Example


Text Example

White with #96BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BABA; }

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

 H1.HeaderClassName
 {
   color: #96BABA;
 }
 .AnyTagClassName
 {
   color: #96BABA;
 }
</style>

background-color css

<style>
 a { background-color: #96BABA; }

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

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

border-color css

<style>
 span { border-color: #96BABA; }

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

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